mirror of
https://github.com/containers/podman.git
synced 2025-07-03 17:27:18 +08:00
Merge pull request #18532 from vrothberg/template
[CI:DOCS] issue template: mention `su`
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
|
id: privileged_rootless
|
||||||
attributes:
|
attributes:
|
||||||
label: Privileged Or Rootless
|
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:
|
options:
|
||||||
- Privileged
|
- Privileged
|
||||||
- Rootless
|
- Rootless
|
||||||
|
Reference in New Issue
Block a user