Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions content/manuals/engine/storage/bind-mounts.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,9 @@ aliases:

When you use a bind mount, a file or directory on the host machine is mounted
from the host into a container. By contrast, when you use a volume, a new
directory is created within Docker's storage directory on the host machine, and
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
directly using standard filesystem operations.

## When to use bind mounts

Expand Down