Browse Source

Merge pull request #28777 from Microsoft/jjh/fixtypo-bin-mounts

Fixes typo 'bin-mounts'
Alexander Morozov 8 năm trước cách đây
mục cha
commit
6b12887c3e
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      docs/reference/commandline/run.md

+ 1 - 1
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/)
 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`
 The `--mount` flag allows you to mount volumes, host-directories and `tmpfs`
 mounts in a container.
 mounts in a container.