Quiz
Assess your understanding of using Docker images and containers through this quiz. Reinforce what you've learned about container management and prepare to create Docker images in upcoming lessons.
We'll cover the following...
We'll cover the following...
Technical Quiz
1.
What happens when we try to create a container using an image that isn’t present on our disk?
A.
We get an error that image is not found
B.
Docker downloads it from a default registry
C.
Docker uses an image that is present on our disk
D.
All of the above
E.
None of the above
1 / 11
Now that we ...