SENG 371 - Docker Kahoot
SENG 371 - Docker
Made by
@MNThomson
0
0
1
513
Practice
Download
Report
Which of the following is correct?
1: Which of the following is correct?
15s
Docker allows you to run images and build containers
Docker allows you to run containers and build images
Docker allows you to run and build containers
Docker allows you to run and build images
Docker containers are often compared against what other technology?
2: Docker containers are often compared against what other technology?
15s
DevOps
Kubernetes
Virtual Machines
Cloud Providers
Docker will likely pull images from…
3: Docker will likely pull images from…
15s
Docker Hub
GitHub
Docker Containers
None of the above
The Docker logo is…
4: The Docker logo is…
10s
A butler
A sailboat
A whale
A freight ship
What advantage does Docker hold over virtualization?
5: What advantage does Docker hold over virtualization?
15s
More secure
Quicker to spin up
Easier to rollback a machine
None of the above
Containers running on a single machine share the same operating system kernel.
6: Containers running on a single machine share the same operating system kernel.
10s
True
False
____ is a text document that contains the commands a user can call to assemble an image.
7: ____ is a text document that contains the commands a user can call to assemble an image.
15s
Docker
Dockerscript
Dockerfile
Docker Compose
Which is true about Docker images and Docker containers?
8: Which is true about Docker images and Docker containers?
15s
You can create many containers from the same image.
You can only create one container per image.
You can create many images from the same container.
You can only create one image per container.
Key Docker components are…
9: Key Docker components are…
15s
Container, VM, Registry
Image, Registry, VM
Image, Container, VM
Image, Container, Registry