Skip to content

docs: fix missing list prefix for --security-opt label entry#4882

Open
ogulcanaydogan wants to merge 1 commit intocontainerd:mainfrom
ogulcanaydogan:docs/fix-security-opt-label-formatting
Open

docs: fix missing list prefix for --security-opt label entry#4882
ogulcanaydogan wants to merge 1 commit intocontainerd:mainfrom
ogulcanaydogan:docs/fix-security-opt-label-formatting

Conversation

@ogulcanaydogan
Copy link
Copy Markdown

The --security-opt label=<selinuxlabel> entry was added in #4639 but
was indented with two spaces as a continuation of the line above rather
than as its own Markdown list item. This causes it to render as
sub-content of the --security-opt apparmor bullet instead of a
sibling entry.

Change the leading to - to match all other entries in the
Security flags list.

Partial fix for #3867.

The --security-opt label flag was added by containerd#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 containerd#3867

Signed-off-by: Ogulcan Aydogan <ogulcanaydogan@hotmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant