Connection aborted error when trying to run docker-compose up with podman #15195
Replies: 2 comments
-
From this, it looks like you are trying to connect an unprivileged user (rootless) to a rootful (requires privileges) socket. Try connecting to the user socket?
and then change the docker host to the appropriate socket ... something like |
Beta Was this translation helpful? Give feedback.
-
Hi @baude It resolved the issue when I try it from my terminal using my user. But from jenkins the same issue occurs. I tried giving these two cmds in the shell script of jenkins
which resulted in the following error :
|
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
When trying to run docker-compose with podman as root-less user the following error comes up .
I've redefined the DOCKER_HOST variable as suggested in (#13468).
Beta Was this translation helpful? Give feedback.
All reactions