-
Notifications
You must be signed in to change notification settings - Fork 166
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
503 with podman socket #66
Comments
I get the same result using a weave |
I did install docker-podman and i used this as rootfull container and it works just fine.
|
You need to mount your user symlinked podman.sock.
Note, that you need to export UID variable, so podman-compose can use it.
which kinda gives your container access of a user, who started the container, but does not disable SELinux. |
Trying to get this running with the podman socket with the following setup:
Seem to be getting a 503 though, not sure why.
HAProxy logs:
If I exec into the container and try to access the socket though, it works fine:
The text was updated successfully, but these errors were encountered: