├── Dockerfile ├── README.md ├── entrypoint.sh ├── push.sh └── samples └── external-mirror ├── docker-compose.yaml └── nginx-mirror.conf /Dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhangsean/registry-mirror/HEAD/Dockerfile -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhangsean/registry-mirror/HEAD/README.md -------------------------------------------------------------------------------- /entrypoint.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhangsean/registry-mirror/HEAD/entrypoint.sh -------------------------------------------------------------------------------- /push.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhangsean/registry-mirror/HEAD/push.sh -------------------------------------------------------------------------------- /samples/external-mirror/docker-compose.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhangsean/registry-mirror/HEAD/samples/external-mirror/docker-compose.yaml -------------------------------------------------------------------------------- /samples/external-mirror/nginx-mirror.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhangsean/registry-mirror/HEAD/samples/external-mirror/nginx-mirror.conf --------------------------------------------------------------------------------