Questions
- Which of the following volumes provides persistent storage for containers?
A. tmpfs
B. Bind mounts
C. Volumes
D. SAN
- Docker volumes must be created before they can be mounted.
A. True
B. False
- You create a tmpfs volume on a host that has 64 GB of RAM. During its creation, you failed to set a size. What size volume will Docker create?
A. 1 GB
B. 64 GB
C. 20 GB
D. 32 GB
- Docker volumes are automatically deleted when you remove a container.
A. True
B. False
- Which volume type is managed by the Docker daemon?
A. Bind volumes
B. Named volumes
C. All volumes
D. None
- How do you delete an unused bind volume?
A. There is no need to; Docker will delete it automatically
B.
docker volume prune
C.
docker volume bind prune
D. You must manually delete the bind folder