From 22478663c27ecff66efc957b7d13457f4eaa9fb6 Mon Sep 17 00:00:00 2001 From: John Howard Date: Wed, 23 Nov 2016 14:01:57 -0800 Subject: [PATCH] Fixes typo 'bin-mounts' Signed-off-by: John Howard --- docs/reference/commandline/run.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/reference/commandline/run.md b/docs/reference/commandline/run.md index d744c23a4d..ece12a6462 100644 --- a/docs/reference/commandline/run.md +++ b/docs/reference/commandline/run.md @@ -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.