WorksheetsContainers Day Quiz
Total questions: 14
Worksheet time: 7mins
A Docker container is an instance of an image with a specific configuration
True
False
What Docker command do you use to create and run a container?
docker exec
docker run
docker pull
docker start
A Docker registry is a place to store and distribute Docker...
Files
Images
Codes
All of the above
What Docker command shows running containers?
docker ps
docker images
docker show
docker list
What is a Dockerfile?
A Docker image that gets built by running a Docker command
A text file that contains all the commands needed to build a given image
A running instance of a Docker image
A website where you can download Docker images
What does ECS stand for?
Elastic Container Serverless
Elastic Compute Service
Elastic Container Service
Elastic Cubernetes Service
What are the main components of ECS? (Select all correct options)
Cluster
Docker
Task
Task Definition
Kubernetes
What is an ECS Task Definition
A running container
A way to ensure that there are N running copies of a container
A logical grouping of machines that communicate with the ECS engine
A specification that includes Image, CPU & Memory to run containers
What is NOT a task placement strategy for the ECS Scheduler
Random
Service
Spread
Binpack
What is NOT a type of networking mode for ECS
none
macvlan
bridge
host
What do you have to manage when running Fargate on ECS?
Tasks
Operating System
Updates
Docker Engine
Is Fargate on ECS ISO 27001 compliant?
True
False
Does Fargate on ECS support the bridge networking mode?
True
False
You can run both EC2 instances and Fargate in an ECS Cluster
True
False
