This message was deleted.
# rancher-desktop
a
This message was deleted.
w
you mean the registry-mirrors where you don't need to fully qualify the image name or the k8s https://docs.rancherdesktop.io/how-to-guides/mirror-private-registry?
you can always fully qualify your private registry on a pull like myregistry.example.com/hello-world
a
Thanks a ton, looks good at first sight. 👍 We actually don't want to specify a specific Private Registry when pulling images from the internet from within a Docker Compose file. The idea would be that the configured Private Registries are asked one after the other, before trying to go to Docker Hub ...
w
well if pulling from the internet (registry.docker.io) than that works by default. pulling from your private would be something different and then it would be configuring docker's daemon.json w registry-mirrors so it pulls there first
👍 1
the k3s config would be only for kube so stick to dockerd type config changes
👍 1