Skip to content

Commit 0b388bb

Browse files
authored
Merge pull request #4882 from ogulcanaydogan/docs/fix-security-opt-label-formatting
docs: fix missing list prefix for --security-opt label entry
2 parents a01031d + ea64ff9 commit 0b388bb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/command-reference.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -255,7 +255,7 @@ Security flags:
255255

256256
- :whale: `--security-opt seccomp=<PROFILE_JSON_FILE>`: specify custom seccomp profile
257257
- :whale: `--security-opt apparmor=<PROFILE>`: specify custom AppArmor profile
258-
:whale: `--security-opt label=<selinuxlabel>`: specify custom selinux label
258+
- :whale: `--security-opt label=<selinuxlabel>`: specify custom selinux label
259259
- :whale: `--security-opt no-new-privileges`: disallow privilege escalation, e.g., setuid and file capabilities
260260
- :whale: `--security-opt systempaths=unconfined`: Turn off confinement for system paths (masked paths, read-only paths) for the container
261261
- :whale: `--security-opt writable-cgroups`: making the cgroups writeable

0 commit comments

Comments
 (0)