mirror of
https://github.com/containers/podman.git
synced 2025-05-17 23:26:08 +08:00
issue template: mention su
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 <vrothberg@redhat.com>
This commit is contained in:
2
.github/ISSUE_TEMPLATE/bug_report.yaml
vendored
2
.github/ISSUE_TEMPLATE/bug_report.yaml
vendored
@ -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
|
||||
|
Reference in New Issue
Block a user