Replies: 1 comment
-
Hi, |
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
-
Hello
I have/had to deal with multiple problems with podman and podman-desktop with proxy management on Windows version
this proxy part looks very instable and each version has its own (specific) problem... sometime podman, sometime podman and compose plugin, somteimes podman desktop... it si really annoying
I'm finnaly staying on version podman 5.2.4 and desktop 1.13.3 to keep "known" and "workaround" stable version
I meet a new one today
When I use a custom repository
docker login registry.custom.domain => Login succeed
But when I'm trying to pull or push docker images on this particular custom registry
docker pull registry.custom.domain/myimage:label
I get an error
pinging container registry registry.custom.domain Get \"https:// registry registry.custom.domain/v2/\": notresolvable"
I have the same error when trying to pull/push from user in WSL
but when I connect to root in WSL via
podman machine ssh
, here pull/push are working with basic podman commandspodman pull/podman push but the podman compose plugin is not available for root user in WSL, only for user but I have the notresolvable error with user
So clearly I'm stuck and I don't find the to get out of it
I will try to upgrade all version podman/podman-desktop but as the experience says I surely have new problems.... :/
If you have any idea it could be great !
Beta Was this translation helpful? Give feedback.
All reactions