Skip to content

appearance

Choose a theme

Tune the docs for your next build session.

Quiz

Test your understanding of the concepts covered in the Hello World chapter.

Q1. In Docker terminology, what is the precise relationship between a Docker Image and a Docker Container?
Q2. Which command downloads a Docker image (such as `busybox`) from Docker Hub to your local machine without executing it?
Q3. If you create a text file inside an interactive container shell (`docker run -it busybox sh`) and then exit, what happens when you start a new container from the same image?
Q4. Which flag passed to `docker run` automatically cleans up and deletes the container instance once its process completes?