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:
Valentin Rothberg
2023-05-10 11:50:11 +02:00
parent edcb29b19f
commit 04707f62d6

View File

@ -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