Updated README
All checks were successful
git.cronocide.net/container-copy/pipeline/head This commit looks good

This commit is contained in:
Daniel Dayley 2023-11-13 12:58:35 -07:00
parent 7073843b7b
commit c2932c1adb
Signed by: Cronocide
GPG Key ID: 2CB7D4B8DEB3198E

View File

@ -1,9 +1,9 @@
# copy-containers
This script is a Jenkins job to copy down containers from thr Docker Container Registry and publish them to my private registry.
This script is a Jenkins job to copy down containers from the Docker Container Registry and publish them to my private registry.
This is for images that do not need to be always up to date (like nginx or busybox) and are pulled significantly from the cluster.
Hosting these images locally prevents scenarios where I hit the [docker pull API limit]() when restarting the whole cluster.
Current contianers cloned by the script:
Hosting these images locally prevents scenarios where I hit the [docker pull API limit](https://www.docker.com/increase-rate-limits/) when restarting the whole cluster.
Current containers cloned by the script:
```
busybox:latest