Add 'laughing-octo/' from commit 'ee815e9ccc
'
git-subtree-dir: laughing-octo git-subtree-mainline:264531c268
git-subtree-split:ee815e9ccc
This commit is contained in:
commit
d59b1af998
17 changed files with 1433 additions and 0 deletions
10
laughing-octo/fedora-docker-registry/Dockerfile
Normal file
10
laughing-octo/fedora-docker-registry/Dockerfile
Normal file
|
@ -0,0 +1,10 @@
|
|||
FROM fedora
|
||||
|
||||
RUN yum install -y --setopt=override_install_langs=en --setopt=tsflags=nodocs docker-registry && rm -rf /var/cache/yum
|
||||
ADD run.sh /srv/run.sh
|
||||
|
||||
VOLUME ["/var/lib/docker-registry"]
|
||||
|
||||
EXPOSE 5000
|
||||
CMD ["/srv/run.sh"]
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue