Skip to content

Commit

Permalink
Smallest possible change to add registry mirroring
Browse files Browse the repository at this point in the history
Signed-off-by: Sven Dowideit <[email protected]>
  • Loading branch information
SvenDowideit committed Sep 15, 2017
1 parent b8d8c17 commit 45f2506
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions registry-mirror/Dockerfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
FROM registry

RUN \
&& echo "" >> /etc/docker/registry/config.yml \
&& echo "proxy:" >> /etc/docker/registry/config.yml \
&& echo " remoteurl: https://registry-1.docker.io" >> /etc/docker/registry/config.yml

0 comments on commit 45f2506

Please sign in to comment.