Skip to content

Local Docker registry proxy stack for swift K3D (and other) container-related workflows.

License

Notifications You must be signed in to change notification settings

frimik/local-docker-registry-proxy

Repository files navigation

local-docker-registry-proxy

Proxies Docker registries:

  • quay.io
  • docker.io
  • gcr.io

All you need is to mkcert "*.local" and place the certificate files in the proper place according to the filenames dictated by config.toml

Screenshot

Usage

docker-compose up

k3d

k3d cluster create \
    --servers 1 \
    --agents 1 \
    --k3s-server-arg='--no-deploy=traefik' \
    --volume "${HOME}/dev/local-docker-registry-proxy/registries.yaml:/etc/rancher/k3s/registries.yaml" \
    --volume "${HOME}/.local/share/mkcert/rootCA.pem:/etc/ssl/certs/Registry_Root_CA.pem" \
    --wait \
    --network k3d-backend

Links

About

Local Docker registry proxy stack for swift K3D (and other) container-related workflows.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published