소스 검색

Merge pull request #26029 from WhisperingChaos/25918-permissive-to-privileged

Fixes #25918 - Changed --permissive to --privileged.
Antonio Murdaca 9 년 전
부모
커밋
91fdafb79f
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      docs/reference/run.md

+ 1 - 1
docs/reference/run.md

@@ -645,7 +645,7 @@ allows you to share the same content between containers.
 > **Note**: Automatic translation of MLS labels is not currently supported.
 
 To disable the security labeling for this container versus running with the
-`--permissive` flag, use the following command:
+`--privileged` flag, use the following command:
 
     $ docker run --security-opt label=disable -it fedora bash