Skip to content

Commit ea64ff9

Browse files
docs: fix missing list prefix for --security-opt label entry
The --security-opt label flag was added by #4639 but was indented as a continuation of the apparmor line rather than its own list item. Add the missing '- ' prefix to restore consistent Markdown formatting. Partial fix for #3867 Signed-off-by: Ogulcan Aydogan <ogulcanaydogan@hotmail.com>
1 parent 9667cae commit ea64ff9

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)