Browse code

from inheritted to inherited

Signed-off-by: Yuan Sun <sunyuan3@huawei.com>

Yuan Sun authored on 2016/05/07 18:15:02
Showing 1 changed files
... ...
@@ -594,7 +594,7 @@ associated with the container when the container is removed. This is similar
594 594
 to running `docker rm -v my-container`. Only volumes that are specified without a
595 595
 name are removed. For example, with
596 596
 `docker run --rm -v /foo -v awesome:/bar busybox top`, the volume for `/foo` will be removed,
597
-but the volume for `/bar` will not. Volumes inheritted via `--volumes-from` will be removed
597
+but the volume for `/bar` will not. Volumes inherited via `--volumes-from` will be removed
598 598
 with the same logic -- if the original volume was specified with a name it will **not** be removed.
599 599
 
600 600
 ## Security configuration