Quiz
In the following quiz, you will be tested on concepts you learned in this chapter.
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 ...