Replies: 1 comment
-
I had to eat to find the solution.
🎉 |
Beta Was this translation helpful? Give feedback.
0 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'm running Rocky Linux 9 in a VM and practicing Ansible. Using it I created a regular user
Test
and a Quadlet for nextcloud AIO.The problem is that the service doesn't start, and the podman command returns an ID, but podman ps -a doesn't show any containers.
A simple nginx container works as rootless:
Service
Content of
/home/Test/.config/containers/systemd/nextcloud.container
:When trying to run the service:
systemctl --user start nextcloud.service
Manually
I took the
ExecStart
command to do more testing, when I run it, a podman ID is returned:Podman doesn't show any container nor images:
journalctl (from root user):
cat /etc/subuid
showsTest:231072:65536
It's the first time I create a user dedicated for podman, pardon me if this issue is simple but I've spent my afternoon on this and I cannot figure this out :)
Any clues?
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions