On 10/30/22 06:07, Mehdi Haghgoo via Podman wrote:
I want to use Eclipse with Podman backend on Windows. I have Podman
Desktop installed and the podman context is:
Name URI Identity Default
podman-machine-default
ssh://user@localhost:64926/run/user/1000/podman/podman.sock
C:\Users\me\.ssh\podman-machine-default true
podman-machine-default-root
ssh://root@localhost:64926/run/podman/podman.sock
C:\Users\me\.ssh\podman-machine-default false
Eclipse's Docker tooling has a setting for Container engine like the
following:
Inline image
It takes either a unix socket or a TCP connection, but none of them
accept the value specified by Podman URI like
ssh://user@localhost:64926/run/user/1000/podman/podman.sock.
Is there a workaround I can connect Eclipse to Podman engine on Windows?
_______________________________________________
Podman mailing list --podman(a)lists.podman.io
To unsubscribe send an email topodman-leave(a)lists.podman.io
Jason any ideas?