1
0
mirror of https://github.com/docker/cli.git synced 2025-07-30 17:03:07 +03:00

Fixes typo 'bin-mounts'

Signed-off-by: John Howard <jhoward@microsoft.com>
This commit is contained in:
John Howard
2016-11-23 14:01:57 -08:00
committed by Tibor Vass
parent afe0b2988c
commit 22478663c2

View File

@ -264,7 +264,7 @@ Docker daemon.
For in-depth information about volumes, refer to [manage data in containers](https://docs.docker.com/engine/tutorials/dockervolumes/)
### Add bin-mounts or volumes using the --mount flag
### Add bind-mounts or volumes using the --mount flag
The `--mount` flag allows you to mount volumes, host-directories and `tmpfs`
mounts in a container.