Skip to content

Commit

Permalink
docs: use correct separator in --security-opt
Browse files Browse the repository at this point in the history
> Security options with `:` as a separator are deprecated and will be completely unsupported in 17.04, use `=` instead.

Signed-off-by: Felix Geyer <debfx@fobos.de>
(cherry picked from commit 4648c00)
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
  • Loading branch information
debfx authored and thaJeztah committed Dec 15, 2022
1 parent 0c8ce43 commit 42eca75
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/reference/run.md
Original file line number Diff line number Diff line change
Expand Up @@ -687,7 +687,7 @@ the container exits**, you can add the `--rm` flag:
| `--security-opt="label=level:LEVEL"` | Set the label level for the container |
| `--security-opt="label=disable"` | Turn off label confinement for the container |
| `--security-opt="apparmor=PROFILE"` | Set the apparmor profile to be applied to the container |
| `--security-opt="no-new-privileges:true"` | Disable container processes from gaining new privileges |
| `--security-opt="no-new-privileges=true"` | Disable container processes from gaining new privileges |
| `--security-opt="seccomp=unconfined"` | Turn off seccomp confinement for the container |
| `--security-opt="seccomp=profile.json"` | White-listed syscalls seccomp Json file to be used as a seccomp filter |
Expand Down

0 comments on commit 42eca75

Please sign in to comment.