Browse code

Fixes typo 'bin-mounts'

Signed-off-by: John Howard <jhoward@microsoft.com>

John Howard authored on 2016/11/24 07:01:57
Showing 1 changed files
... ...
@@ -264,7 +264,7 @@ Docker daemon.
264 264
 
265 265
 For in-depth information about volumes, refer to [manage data in containers](https://docs.docker.com/engine/tutorials/dockervolumes/)
266 266
 
267
-### Add bin-mounts or volumes using the --mount flag
267
+### Add bind-mounts or volumes using the --mount flag
268 268
 
269 269
 The `--mount` flag allows you to mount volumes, host-directories and `tmpfs`
270 270
 mounts in a container.