JMjanaki muthuluriindockerseries01.hashnode.dev·Mar 18 · 5 min readDockerfileSo far, we've used predefined images from Docker Hub. But what if we want to create our own image? That's where a Dockerfile comes in. What is Dockerfile? A Dockerfile is a simple text file that conta00