Fix typo.

Signed-off-by: Liang-Chi Hsieh <viirya@gmail.com>
This commit is contained in:
Liang-Chi Hsieh
2017-06-02 00:06:45 +00:00
committed by Tibor Vass
parent 11c19fc0f3
commit da1720cca2
+1 -1
View File
@@ -1699,7 +1699,7 @@ folder before starting your container.
$ sudo 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
a container writes files. The `--read-only` flag mounts the container's root
filesystem as read only prohibiting writes to locations other than the
specified volumes for the container.