Replies: 2 comments
-
You don't need the socket, it's for automatically creating containers. you instead create all the containers manually. You should also be able to start the user service https://github.com/containers/podman/blob/main/docs/tutorials/socket_activation.md and it might be compatible, I know it's compatible with the docker-compose command. |
Beta Was this translation helpful? Give feedback.
-
Late addition: in addition to the rootful Hope this is helpful. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Has anyone here got Authentik working with Podman (podman compose)?
I've been looking at compose.yaml and this caught my eye:
As I don't have docker installed I don't have docker.socket. I could map /var/run/podman/podman.socket... but I guess that won't work in rootless mode as this file belongs to root/root.
Any suggestions?
Beta Was this translation helpful? Give feedback.
All reactions