Skip to content

Commit

Permalink
Merge pull request #3805 from debfx/docs-security-opt
Browse files Browse the repository at this point in the history
docs: use correct separator in --security-opt
  • Loading branch information
thaJeztah committed Oct 9, 2022
2 parents d0bd373 + 4648c00 commit 8d807a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/reference/run.md
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 8d807a0

Please sign in to comment.