Skip to content

Commit

Permalink
Merge pull request #10179 from viirya/trivial_typo
Browse files Browse the repository at this point in the history
Fix typo in document
  • Loading branch information
jamtur01 committed Jan 19, 2015
2 parents 467b7c8 + 1b4a926 commit 505e0ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/sources/reference/commandline/cli.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down

0 comments on commit 505e0ca

Please sign in to comment.