Question 1
What does 'docker pull' do?
Question 2
What is the purpose of a Dockerfile?
Question 3
What is the difference between a Docker image and a Docker container?
Question 4
What is the role of a container registry, such as Docker Hub?
Question 5
What is a Docker container?
Question 6
What does the command 'docker-compose up' typically do?
Question 7
What is a Docker volume used for?
Question 8
What does the EXPOSE instruction do in a Dockerfile?
Question 9
What is the purpose of a multi-stage build in a Dockerfile?
Question 10
What does the '-d' flag do when running 'docker run -d ...'?