Docker Associate Certification Flashcards
Revise and prepare for the Docker Associate Certification
How can we supply our own certificates for UCP and DTR?
We can upload them through the web UIs.
What is the CNM concept called that connects a container sandbox to a network?
Endpoint
What is the recommended method for explicitly setting the storage driver?
Using the Docker daemon config file /etc/docker/daemon.json
What ‘docker run’ flag is used for automatically deleting a container if it stops?
–rm
What is a pluggable framework used for various implementations of containers’ internal storage?
Storage Drivers
What is the docker daemon config file?
/etc/docker/daemon.json
What flag is used to limit which nodes a service’s task will run on using node labels?
–constraint
What command would we use to delete a stack?
docker stack rm STACK
In UCP security a large group of teams that share similar permissions would be called?
An organisation
What is the docker command used for retrieving detailed information about an object?
docker inspect
What flag is used for encrypting an overlay network?
–opt encrypted
What is the name of the type of docker mount that manages the location of the data on the host dynamically?
Volume
What is a ‘devicemapper’ mode that is intended for testing purposes only?
loop-lvm
What flag is used for spreading a services task’s evenly based on a node label?
–placement-pref spread=LABEL
What three main packages are needed for the installation of Docker CE?
- docker-ce
- docker-ce-cli
- containerd.io
What docker command is used for listing the nodes in a swarm?
docker node ls
In UCP security, a group of users that share the same set of permissions is known as what?
A team
What docker command is used for listing all running and stopped containers?
docker ps -a
What is Docker’s networking architectural framework called?
Container Networking Model (CNM)
What does docker EE stand for?
Docker Enterprise Edition
What is the Docker command for service creation?
docker service create
What is the docker command for stopping a running container?
docker container stop CONTAINER
What is the network driver called that isolates containers, but provides further networking implementation?
none
What is the default storage driver for the latest versions of Ubuntu and CentOS called?
overlay2