Skip to content

Commit 2e28597

Browse files
authored
Merge pull request #24441 from docker/fix/issue-24435-clarify-volume-desc
Fix issue #24435: clarify volume description in bind mounts
1 parent 95fdf11 commit 2e28597

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

content/manuals/engine/storage/bind-mounts.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,9 @@ aliases:
1010

1111
When you use a bind mount, a file or directory on the host machine is mounted
1212
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.
13+
directory is created within Docker's storage directory on the host machine.
14+
Docker creates and maintains this storage location, but containers access it
15+
directly using standard filesystem operations.
1516

1617
## When to use bind mounts
1718

0 commit comments

Comments
 (0)