diff --git a/core/imageroot/etc/containers/registries.conf.d/800-nethserver.conf b/core/imageroot/etc/containers/registries.conf.d/800-nethserver.conf new file mode 100644 index 000000000..8f26a2692 --- /dev/null +++ b/core/imageroot/etc/containers/registries.conf.d/800-nethserver.conf @@ -0,0 +1,8 @@ +# +# Try NethServer mirrors before going to docker.io +# +[[registry]] +location = "docker.io" + +[[registry.mirror]] +location = "ghcr.io/nethserver/docker.io"