adamant-kite-43734
10/10/2023, 8:35 PMfast-garage-66093
10/10/2023, 11:24 PM192.168.5.15
, which will be forwarded over ssh to the host.fast-garage-66093
10/10/2023, 11:27 PMdocker-local.localhost
though; how do you define the IP address for this name? And if it is set to 127.0.0.1
, then this will not be accessible from the docker daemon, which runs inside the VM and not on the host. You could try to access it via host.docker.internal
, which will be the IP address of the host as seen from the VM (I think 192.168.5.2
).brief-vase-99095
10/12/2023, 3:37 PMfast-garage-66093
10/12/2023, 4:15 PMlocalhost
was resolved as ::1
(IPv6 instead of IPv4).brief-vase-99095
10/12/2023, 7:43 PM