Quiz
Evaluate your grasp of foundational Docker concepts such as containers, images, and registries. This quiz helps consolidate your knowledge before moving on to learn about using Docker images practically.
We'll cover the following...
We'll cover the following...
Technical Quiz
1.
What is the role of a container in Docker?
A.
A container is a virtual machine for Docker
B.
A container is what Docker hosts
C.
A container is used to contain Docker images
D.
All of the above
E.
None of the above
1 / 5
In the ...