Question: What are two differences between a Docker volume and a bind mount? ( Choose two. ) A volume uses the / var / lib /
What are two differences between a Docker volume and a bind mount? Choose two.
A volume uses the varlibdockervolumes path for storing volume data, while the bind mount can be mounted to any file path on a host.
A volume is used for storing binary data, while a bind mount is for text files.
NonDocker processes can modify the data on the bind mount path, but they cannot on the volume path.
A bind mount is defined in a Dockerfile; volumes can only be defined as arguments in docker run command.
When creating volumes from a docker run command, they start with the slash while the bind mounts start with a string name without the slash.
Step by Step Solution
There are 3 Steps involved in it
1 Expert Approved Answer
Step: 1 Unlock
Question Has Been Solved by an Expert!
Get step-by-step solutions from verified subject matter experts
Step: 2 Unlock
Step: 3 Unlock
