Browse code

fix typo in "readonly" flag in documentation

the flag is named '--read-only', not '--readonly'

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>

Sebastiaan van Stijn authored on 2016/07/02 09:08:59
Showing 1 changed files
... ...
@@ -911,7 +911,7 @@ The following standard Docker features are currently incompatible when
911 911
 running a Docker daemon with user namespaces enabled:
912 912
 
913 913
  - sharing PID or NET namespaces with the host (`--pid=host` or `--net=host`)
914
- - A `--readonly` container filesystem (this is a Linux kernel restriction against remounting with modified flags of a currently mounted filesystem when inside a user namespace)
914
+ - A `--read-only` container filesystem (this is a Linux kernel restriction against remounting with modified flags of a currently mounted filesystem when inside a user namespace)
915 915
  - external (volume or graph) drivers which are unaware/incapable of using daemon user mappings
916 916
  - Using `--privileged` mode flag on `docker run` (unless also specifying `--userns=host`)
917 917