Which of the following commands wifi automatically create a volume when a container is started?
Question No 2
Which one of the following commands will show a list of volumes for a specific container?
Question No 3
Which of the following constitutes a production - ready devicemapper configuration for the Docker
engine?
Question No 4
Which one of the following commands will result in the volume being removed automatically once
the container
has exited?
Question No 5
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"?