Hello friends, as you have requested for more interview questions with answers on Docker, here are the follow-up of Part II series.
How do you create docker image?
Docker image are created using Docker file. Docker build is command to create docker image out of docker file
So you have the docker image, what is the next step?
With docker image, we can spawn as many containers as needed. All