This message was deleted.
# rancher-desktop
a
This message was deleted.
q
Which version of Rancher? Normally for Windows, I'd ask "do you have a vpn?" and "do you have a firewall?" Are you configured to use
mobyd
or
containerd
? And does
docker ps
work? Does
docker info
look happy? (Does
docker run busybox uname -a
work?) Really, before I try
docker compose
, I'd try to get the individual images to at least load and "run" (not necessarily work, just prove that I can get them into the docker daemon...)
g
I installed latest version 1.81 and is configured to mobyd(dockerd) , yes I have vpn connection. basic docker commands work fine like docker ps, docker info when connected to vpn,
When I disconnect from vpn, i was able to get the image loaded from registry and run the services in docker.
Is there any settings I need to change to bypass vpn/firewall(newbie to this network settings)