podman-desktop/website/docs/compose/troubleshooting.md
Markus Eisele 37909ac142
fix(docs): remove all linter errors (#7862)
Signed-off-by: Markus Eisele <markus@redhat.com>
Co-authored-by: Markus Eisele <markus@redhat.com>
2024-07-01 09:11:35 +02:00

759 B

title description sidebar_position keywords tags
Troubleshooting Compose Troubleshooting compose issues 3
compose
compose

Troubleshooting Compose

Registry authentication issues

The Compose binary will prioritize the configuration file ~/.docker/config over Podman credentials.

Issues encountered

docker-credential-desktop missing:

docker.credentials.errors.InitializationError: docker-credential-desktop not installed or not available in PATH

Authentication access:

Error response from daemon: {"message":"denied: requested access to the resource is denied"}
Error: executing /usr/local/bin/docker-compose up: exit status 18

Solution

Delete the ~/.docker/config to clear any errors.