Docker Container
Last updated
Last updated
A Dockerfile is a text file with instructions to build a Docker image
When we run a Dockerfile, Docker image is created When we run the docker image, containers are created
The folder should have the Dockerfile