registries.yaml 222 B

123456789
  1. # /etc/rancher/k3s/registries.yaml
  2. #
  3. # No need for TLS/HTTPS for the local registry
  4. # https://docs.k3s.io/installation/private-registry
  5. #
  6. mirrors:
  7. registry.localhost:
  8. endpoint:
  9. - "http://registry.localhost:80"