adamant-kite-43734
06/20/2023, 1:23 PMproud-jewelry-46860
06/20/2023, 11:15 PM/var/log/docker.log
in the VM (get there via rdctl shell
)? When I set up an invalid registry mirror, it does appear to do something:
time="2023-06-20T23:12:27.604932476Z" level=warning msg="Error getting v2 registry: Get \"<https://nowhere.invalid/v2/>\": dial tcp: lookup nowhere.invalid on 192.168.5.3:53: lame referral"
time="2023-06-20T23:12:27.604981227Z" level=info msg="Attempting next endpoint for pull after error: Get \"<https://nowhere.invalid/v2/>\": dial tcp: lookup nowhere.invalid on 192.168.5.3:53: lame referral"
So it's at least being picked up. (I don't have a mirror locally, so of course if fails… I can try to set up a mirror locally and do a more detailed test if we can at least narrow down where the error is a bit first.)acceptable-soccer-28720
06/21/2023, 6:49 AM/var/log/docker.log
inside the wsl VM. Also, there is no log entry for quay in %LOCALAPPDATA%\rancher-desktop\logs
.acceptable-soccer-28720
06/21/2023, 8:16 AMacceptable-soccer-28720
06/21/2023, 10:10 AMproud-jewelry-46860
06/21/2023, 10:30 PMtime="2023-06-21T22:27:25.478042301Z" level=warning msg="Error getting v2 registry: Get \"<https://nowhere.invalid/v2/>\": dial tcp: lookup nowhere.invalid on 192.168.127.2:53: read udp 192.168.127.2:34291->192.168.127.2:53: i/o timeout"
time="2023-06-21T22:27:25.480336401Z" level=info msg="Attempting next endpoint for pull after error: Get \"<https://nowhere.invalid/v2/>\": dial tcp: lookup nowhere.invalid on 192.168.127.2:53: read udp 192.168.127.2:34291->192.168.127.2:53: i/o timeout"
Can I confirm that I'm checking the right thing?
> rdctl shell cat /etc/docker/daemon.json
{"registry-mirrors":["<https://nowhere.invalid>"]}
acceptable-soccer-28720
06/22/2023, 2:54 AMacceptable-soccer-28720
06/22/2023, 5:45 AM# git-bash
rdctl shell sh -c 'cat /etc/docker/daemon.json'|jq 'keys'
[
"insecure-registries",
"log-driver",
"log-opts",
"max-concurrent-downloads",
"registry-mirrors",
"storage-driver"
]
rdctl shell sh -c 'curl -s <http://my.mirror.company.net:1234/v2/_catalog>' | jq '.repositories | length'
84