This message was deleted.
# rancher-desktop
a
This message was deleted.
f
Docker will listen on
192.168.5.15
, which will be forwarded over ssh to the host.
I think your problem is
docker-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
).
b
I resolved this issue. From the host I did a docker login on 127.0.0.1:8082 and it was successful. Inside the VM, it worked as well. localhost did not work on host or VM.
f
This is weird; maybe
localhost
was resolved as
::1
(IPv6 instead of IPv4).
b
No, localhost and docker-local are both set to resolve to 127.0.0.1. But localhost does not work and other does