Skip to content

Commit

Permalink
Merge pull request containers#18532 from vrothberg/template
Browse files Browse the repository at this point in the history
[CI:DOCS] issue template: mention `su`
  • Loading branch information
openshift-merge-robot committed May 10, 2023
2 parents 6f7c946 + 04707f6 commit d7f9ef2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/bug_report.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ body:
id: privileged_rootless
attributes:
label: Privileged Or Rootless
description: Are you running the containers as privileged or non-root user?
description: Are you running the containers as privileged or non-root user? Note that using `su` or `sudo` does not establish a proper login session required for running Podman as a non-root user. Please refer to the [troubleshooting guide](https://github.com/containers/podman/blob/main/troubleshooting.md#solution-28) for alternatives.
options:
- Privileged
- Rootless
Expand Down

0 comments on commit d7f9ef2

Please sign in to comment.