mirror of https://github.com/docker/cli.git
Fixes #25918 - Changed --permissive to --privileged.
Signed-off-by: Rich Moyse <rich@moyse.us>
This commit is contained in:
parent
6e33dc2d91
commit
463d68bde9
|
@ -645,7 +645,7 @@ allows you to share the same content between containers.
|
||||||
> **Note**: Automatic translation of MLS labels is not currently supported.
|
> **Note**: Automatic translation of MLS labels is not currently supported.
|
||||||
|
|
||||||
To disable the security labeling for this container versus running with the
|
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
|
$ docker run --security-opt label=disable -it fedora bash
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue