1
0
Fork 0
mirror of https://github.com/moby/moby.git synced 2022-11-09 12:21:53 -05:00
moby--moby/graph
Tim Smith 69a75c673c Add daemon flag to specify public registry mirrors
Adds support for a --registry-mirror=scheme://<host>[:port]
daemon flag. The flag may be present multiple times. If
provided, mirrors are prepended to the list of endpoints used
for image pull. Note that only mirrors of the public
index.docker.io registry are supported, and image/tag resolution
is still performed via the official index.

Docker-DCO-1.1-Signed-off-by: Tim Smith <timbot@google.com> (github: timbot)
2014-09-09 19:03:38 +00:00
..
export.go docker save: ability to save multiple images 2014-08-28 20:22:33 -04:00
graph.go graph: remove obsolete comments 2014-08-29 00:22:26 +09:00
history.go Move "image_history" to graph/history.go 2014-08-06 17:18:50 -04:00
import.go Move "import" to graph/import.go 2014-08-06 17:18:50 -04:00
list.go Move "images" to graph/list.go 2014-08-06 17:18:50 -04:00
load.go graph: change argument order of Register function 2014-08-28 20:06:07 +09:00
MAINTAINERS Add maintainers to daemon/ and graph/ 2014-08-06 10:29:15 +00:00
pools_test.go Move "pull" and "push" to graph/pull.go and graph/push.go 2014-08-08 07:25:09 +00:00
pull.go Add daemon flag to specify public registry mirrors 2014-09-09 19:03:38 +00:00
push.go Some more style fixes 2014-08-29 15:21:28 +04:00
service.go Some more style fixes 2014-08-29 15:21:28 +04:00
tag.go Move "image_tag" and "tag" to graph/tag.go 2014-08-06 17:18:51 -04:00
tags.go Add daemon flag to specify public registry mirrors 2014-09-09 19:03:38 +00:00
tags_unit_test.go Add daemon flag to specify public registry mirrors 2014-09-09 19:03:38 +00:00
viz.go Move "viz" to graph/viz.go 2014-08-06 17:18:50 -04:00