Переглянути джерело

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

Fixes #25918 - Changed --permissive to --privileged.
(cherry picked from commit 91fdafb79f1532de33e2e258446d6eab80fd0d53)

Signed-off-by: Charles Smith <charles.smith@docker.com>
Antonio Murdaca 9 роки тому
батько
коміт
8f0254da41
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