Selaa lähdekoodia

Fixes #25918 - Changed --permissive to --privileged.

Signed-off-by: Rich Moyse <rich@moyse.us>
Rich Moyse 9 vuotta sitten
vanhempi
commit
b63ce3305c
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  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