mirror of
https://github.com/docker/cli.git
synced 2026-01-16 20:22:36 +03:00
Fixes #25918 - Changed --permissive to --privileged.
Signed-off-by: Rich Moyse <rich@moyse.us> Upstream-commit: b63ce3305c1dd3aec307bbe3bfe0aead295137cb Component: engine
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user