fix the docker run --readonly example. rename '/icanwrite here' to '/icanwrite/here'

Signed-off-by: Mei ChunTao <mei.chuntao@zte.com.cn>
Upstream-commit: 17d3e6264a
Component: cli
This commit is contained in:
Mei ChunTao
2017-06-02 00:07:50 +00:00
committed by Tibor Vass
parent d1c6ce2e15
commit 5094a98e8e
@@ -224,7 +224,7 @@ will automatically create this directory on the host for you. In the
example above, Docker will create the `/doesnt/exist`
folder before starting your container.
$ docker run --read-only -v /icanwrite busybox touch /icanwrite here
$ docker run --read-only -v /icanwrite busybox touch /icanwrite/here
Volumes can be used in combination with `--read-only` to control where
a container writes files. The `--read-only` flag mounts the container's root