December 2017
Intermediate to advanced
468 pages
13h 12m
English
When we use a bind mount, a file or directory on the host machine is mounted on a container. The file or directory is referenced by its full path on the host machine. The file or directory does not need to exist on the Docker host already and it can be created on demand. Bind mounts are very performant, but they rely on the host machine's filesystem having a specific directory structure available. It is not possible to use Docker CLI commands to directly manage bind mounts.
Read now
Unlock full access