Skip to content

Commit

Permalink
issue template: mention su
Browse files Browse the repository at this point in the history
Mention that using `su` does not establish a proper login session
required for running rootless Podman.  It is a common and reoccurring
issue.  Mentioning that in the issue template may guide users into
resolving the issue before opening an issue.

Signed-off-by: Valentin Rothberg <[email protected]>
  • Loading branch information
vrothberg committed May 10, 2023
1 parent edcb29b commit 04707f6
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 04707f6

Please sign in to comment.