Docker Fundamentals

Test your understanding of containerization concepts,Docker architecture,and core commands.

1. What is a Docker image?
2. Which command builds a Docker image from a Dockerfile?
3. What is the default network driver in Docker?
4. Which file defines multi-container applications in Docker?
5. What does the '-d' flag do in 'docker run -d'?
6. What is a Docker container?
7. Which command lists all running Docker containers?
8. What is the primary purpose of a Docker volume?
9. Which command is used to view local Docker images?
10. What does 'docker pull' do?
11. Which of the following are valid Dockerfile instructions?
12. Which flags can be used with 'docker run' to map ports?
13. Which statements about Docker containers vs. virtual machines (VMs) are true?
14. Which commands can stop a running Docker container?
15. Docker containers are isolated from each other by default.
16. A Docker image can be modified after creation.
17. Docker Compose requires a Dockerfile to run services.
18. What command removes a Docker image? (full command)
19. Name the tool used to define and run multi-container Docker applications (abbrev.)
20. What term describes the temporary writable layer added to a container when it runs?
Answered 0 of 0 — 0 correct