Questions
To verify the knowledge acquired from this chapter, please answer the following questionsUse L-numbering for this list
- What is the main difference between containerization (such as with Docker) and virtualization (such as with VirtualBox)?
- What are the benefits of providing an application as a Docker image? Name at least two.
- Can the Docker daemon be run natively on Windows and macOS?
- What is the difference between a Docker image and a Docker container?
- What does it mean when saying that Docker images have layers?
- What are two methods of creating a Docker image?
- Which command is used to create a Docker image from a Dockerfile?
- Which command is used to run a Docker container from a Docker image?
- In Docker terminology, what does it mean to publish a port?
- What is a Docker volume?