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
wide-mechanic-33041
07/09/2024, 3:13 PM
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
wide-mechanic-33041
07/09/2024, 3:13 PM
the k3s config would be only for kube so stick to dockerd type config changes