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 d3663e7
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions registry-mirror/Dockerfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
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 d3663e7

Please sign in to comment.