What is a Docker file, image, container !
What is Dockerfile, Docker image and Docker container? When I started reading about Docker, I was confused about the relationship between Docker file vs docker image vs docker container ! Docker file is where I need to script my steps on what actions to be done before I make a docker image.a sample docker file …