
Docker and VPC Quiz

Quiz
•
Education
•
Professional Development
•
Medium
PEARLS 5
Used 6+ times
FREE Resource
20 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
20 sec • 1 pt
What is Docker primarily used for?
Virtualizing operating systems
Creating and managing containers
Developing frontend applications
Running only database applications
Answer explanation
Docker is primarily used for creating and managing containers, which allow developers to package applications and their dependencies in a lightweight, portable format. This is essential for consistent deployment across environments.
2.
MULTIPLE CHOICE QUESTION
20 sec • 1 pt
Which of the following is not an advantage of Docker?
Lightweight and portable
Faster startup than VMs
Securely isolates applications
Requires a different OS for each container
Answer explanation
The correct choice, 'Requires a different OS for each container', is not an advantage of Docker. Unlike virtual machines, Docker containers share the host OS, making them lightweight and portable.
3.
MULTIPLE CHOICE QUESTION
20 sec • 1 pt
Which of the following is used to create and manage containers in Docker?
Docker Engine
Docker Swarm
Docker Image
Kubernetes
Answer explanation
Docker Engine is the core component that creates and manages containers in Docker. It provides the necessary tools and APIs to build, run, and manage containerized applications, making it the correct choice.
4.
MULTIPLE CHOICE QUESTION
20 sec • 1 pt
What is the primary purpose of a Dockerfile?
To define the configuration of a virtual machine
To automate the creation of Docker images
To deploy applications to Kubernetes
To run Docker containers in production
Answer explanation
The primary purpose of a Dockerfile is to automate the creation of Docker images. It contains instructions that specify how to build an image, making it easier to manage and deploy applications consistently.
5.
MULTIPLE CHOICE QUESTION
20 sec • 1 pt
Which keyword in a Dockerfile is used to specify the base image?
START
FROM
BASE
IMAGE
Answer explanation
The correct keyword to specify the base image in a Dockerfile is 'FROM'. This instruction sets the starting point for the image being built, allowing you to build upon an existing image.
6.
MULTIPLE CHOICE QUESTION
20 sec • 1 pt
What does the CMD instruction in a Dockerfile do?
Specifies the default command to run inside the container
Copies files into the container
Builds the Docker image
Exposes ports for networking
Answer explanation
The CMD instruction in a Dockerfile specifies the default command that will run when a container is started from the image. This allows users to define what should happen when the container is executed.
7.
MULTIPLE CHOICE QUESTION
20 sec • 1 pt
What is the difference between CMD and ENTRYPOINT in a Dockerfile?
CMD overrides the base image, but ENTRYPOINT does not
CMD sets a default command, while ENTRYPOINT makes the command non-overridable
CMD is used for networking, while ENTRYPOINT is for security
CMD is used in build time, and ENTRYPOINT is for runtime
Answer explanation
CMD sets a default command that can be overridden, while ENTRYPOINT defines a command that is always executed and cannot be easily overridden. This distinction is crucial for controlling container behavior.
Create a free account and access millions of resources
Similar Resources on Wayground
Popular Resources on Wayground
10 questions
Video Games

Quiz
•
6th - 12th Grade
10 questions
Lab Safety Procedures and Guidelines

Interactive video
•
6th - 10th Grade
25 questions
Multiplication Facts

Quiz
•
5th Grade
10 questions
UPDATED FOREST Kindness 9-22

Lesson
•
9th - 12th Grade
22 questions
Adding Integers

Quiz
•
6th Grade
15 questions
Subtracting Integers

Quiz
•
7th Grade
20 questions
US Constitution Quiz

Quiz
•
11th Grade
10 questions
Exploring Digital Citizenship Essentials

Interactive video
•
6th - 10th Grade