Which of the following commands wifi automatically create a volume when a container is started?
A
Which one of the following commands will show a list of volumes for a specific container?
B
Which of the following constitutes a production-ready devicemapper configuration for the Docker
engine?
C
Which one of the following commands will result in the volume being removed automatically once
the container
has exited?
C
A container named "analytics" that stores results in a volume called "data" was created.
docker run -d --name=analytics -v data:/data app1
How are the results accessed in "data" with another container called "app2"?
B
A server is running low on disk space. What command can be used to check the disk usage of images,
containers, and volumes for Docker engine?
A
Which of the following are types of namespaces used by Docker to provide isolation? (Choose 2.)
BC
Which of the following namespaces is disabled by default and must be enabled at Docker engine
runtime in order to be used?
A
Which of the following statements is true about secrets?
D
Following the principle of least privilege, which of the following methods can be used to securely
grnt access to the specific user to communicate to a Docker engine? (Choose two.)
BE