You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, only TCP port to TCP port forwarding is working. It would a great addition if a TCP port of the VM could be reachable on the host via an Unix socket.
Example usage:
Podman API can run on port 2375 and gvproxy can expose it as /var/run/docker.sock on the host.
The text was updated successfully, but these errors were encountered:
This approach opens up the ability to have the podman machine completely accessible in the forwarder service. Perhaps refactoring to remove stuff like the ssh bastion code and gvproxy ssh forwarder can be considered.
Currently, only TCP port to TCP port forwarding is working. It would a great addition if a TCP port of the VM could be reachable on the host via an Unix socket.
Example usage:
Podman API can run on port 2375 and gvproxy can expose it as /var/run/docker.sock on the host.
The text was updated successfully, but these errors were encountered: