Replies: 2 comments 20 replies
-
@n1hility PTAL |
Beta Was this translation helpful? Give feedback.
18 replies
-
Yes! It works. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I try to run Rootless Podman as non-root user and get permission denied errors when starting a postgres container. The following commands and files are used:
./containerfiles/Containerfile.postgres
When starting the container, I made sure to pass the
-u
flag to run the container as non-root:The output of
podman logs postgres
is:I'm running podman on WSL. Is there anything i can change to fix the permission errors?
Beta Was this translation helpful? Give feedback.
All reactions