Questions
Here’s a brief quiz about some of the essential concepts that were covered in this chapter:
- What is the major difference between containers and VMs?
Hint: Revisit Figure 12.1.
- How does container technology work?
- What are the two major components of Docker architecture?
- Which Docker command shows the running containers?
- Which command is used for container network management?
Hint: See the
docker network
command’s help.