https://rancher.com/ logo
Title
g

gentle-farmer-13389

03/30/2023, 9:02 PM
Hi, I have installed Rancher Desktop on my Windows 10 laptop and I am able to run docker and rdctl commands . But when I execute "docker compose up -d" it gives me below error . "Error response from daemon: Get "https://registry-1.docker.io/v2/": net/http: request canceled (Client.Timeout exceeded while awaiting headers)". I have placed a docker-compose.yml file is local folder and the file has 2 services and image of confluentinc. Has anyone come across this error and found a resolution to fix this ?
q

quick-keyboard-83126

03/30/2023, 11:36 PM
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

gentle-farmer-13389

03/31/2023, 2:23 PM
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)