Introduction to Docker file
In this blog, we will see how an image is created from the docker file
We will use a simple Python program and create a docker file that creates an image and finally create a container.
What is a docker file?
Dockerfiles are collections of instructi...
mehdipasha.hashnode.dev2 min read