1
0
Fork 0
mirror of https://github.com/imjasonh/kontain.me synced 2026-07-07 00:32:28 +00:00
kontain.me/cmd/mirror
Jason Hall c7ea6912f0 fix some tests
Signed-off-by: Jason Hall <imjasonh@gmail.com>
2026-05-13 22:19:59 -04:00
..
main.go put the train back on its rails 2025-02-14 03:52:52 -06:00
README.md update READMEs 2020-12-21 13:36:38 -05:00
test.sh fix some tests 2026-05-13 22:19:59 -04:00

mirror.kontain.me

docker pull mirror.kontain.me/[image] will pull the an image (if it can) and cache the manifest and layers. Subsequent pulls will, if possible, serve from the cache.

Only public images are supported.

This can act as a simple registry mirror which can reduce the number of pulls from the original registry, in case they impose request limits or exorbitant bandwidth costs or latencies.

This should not be depended on in a production environment. There is no SLO, ad you should not trust me not to modify the image.

Examples

Pull a mirrored busybox image:

docker pull mirror.kontain.me/busybox

Or by tag:

docker pull mirror.kontain.me/busybox:musl