Replies: 3 comments 6 replies
-
What is your The output suggests you are trying to connect from docker-compose to podman deamon running as root (podman daemon started system-wide). Let's try to use
and enable user-wide podman daemon by
Don't use sudo for any command. |
Beta Was this translation helpful? Give feedback.
4 replies
-
Thanks again - here's the output of systemctl status --user podman.socket:
|
Beta Was this translation helpful? Give feedback.
2 replies
-
Looks already solved hence closing this. |
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.
-
trying to build images rootless using podman - build fails with error
DOCKER_BUILDKIT=0 docker-compose -f docker-compose-prod.yml build
build works with sudo.
Beta Was this translation helpful? Give feedback.
All reactions