Closed c-goes closed 7 months ago
The doc is misleading, the host-side API is only available when gvproxy
was started with --listen
, which is not the case when podman starts gvproxy
. This means the behaviour you are seeing is correct.
This forwarder
API is also accessible inside the guest over http://192.168.127.1:80, maybe you can use this instead?
I created https://github.com/containers/gvisor-tap-vsock/pull/346 to improve the documentation.
Thank you. That's exactly what I wanted to know. Works perfectly inside the guest.
It seems to be not possible to use the curl examples in the README.md with podman-desktop 1.8.0
First I searched for the path of the unix socket of gvproxy
My path is
/var/folders/q9/fdrhq7r90310knpl_04bc30c0000gn/T/podman/podman-machine-default-gvproxy.sock
Access to the API is not working: