We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 95fdf11 commit 2e28597Copy full SHA for 2e28597
content/manuals/engine/storage/bind-mounts.md
@@ -10,8 +10,9 @@ aliases:
10
11
When you use a bind mount, a file or directory on the host machine is mounted
12
from the host into a container. By contrast, when you use a volume, a new
13
-directory is created within Docker's storage directory on the host machine, and
14
-Docker manages that directory's contents.
+directory is created within Docker's storage directory on the host machine.
+Docker creates and maintains this storage location, but containers access it
15
+directly using standard filesystem operations.
16
17
## When to use bind mounts
18
0 commit comments