소스 검색

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 9 년 전
부모
커밋
ac12696ff4
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      docs/reference/commandline/dockerd.md

+ 1 - 1
docs/reference/commandline/dockerd.md

@@ -911,7 +911,7 @@ The following standard Docker features are currently incompatible when
 running a Docker daemon with user namespaces enabled:
 running a Docker daemon with user namespaces enabled:
 
 
  - sharing PID or NET namespaces with the host (`--pid=host` or `--net=host`)
  - sharing PID or NET namespaces with the host (`--pid=host` or `--net=host`)
- - 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)
+ - 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)
  - external (volume or graph) drivers which are unaware/incapable of using daemon user mappings
  - external (volume or graph) drivers which are unaware/incapable of using daemon user mappings
  - Using `--privileged` mode flag on `docker run` (unless also specifying `--userns=host`)
  - Using `--privileged` mode flag on `docker run` (unless also specifying `--userns=host`)