Replies: 1 comment 2 replies
-
All the TCP ports are already forwarded by default, so there is no need to add a single one specifically. Unless documenting or so. Anyway, it doesn't show any messages unless something is actually listening on that port:
But you don't need to do that, when already forwarding a unix socket. If you need TCP, use 2376 with TLS and a certificate: Otherwise, just use PS. Did you know there is a It already sets up everything for you, for |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I have a vz type VM running Ubuntu on MacOS host. I have docker installed in that VM, and trying to get docker daemon's tcp port 2375 exposed on the host. I'd done
limactl edit <vm-name>
to edit the YAML configuration to add the following 2 lines underportForwards:
The overall section looks like this:
However, when I start the VM, I do not see any indication of the port 2375 forwarding to be happening, although I do see the unix socket forwarding message. What is it that I might be doing wrong ? The following is what I see when I start the VM:
Beta Was this translation helpful? Give feedback.
All reactions