Adding a volume for the default 'registry-dev' location.

Signed-off-by: Jeff Nickoloff <jeff@allingeek.com>
pull/615/head
Jeff Nickoloff 2015-06-10 10:25:41 -07:00
parent b230183b0f
commit bf305c1b91
1 changed files with 1 additions and 0 deletions

View File

@ -12,6 +12,7 @@ WORKDIR $DISTRIBUTION_DIR
COPY . $DISTRIBUTION_DIR
RUN make PREFIX=/go clean binaries
VOLUME ["/tmp/registry-dev"]
EXPOSE 5000
ENTRYPOINT ["registry"]
CMD ["cmd/registry/config.yml"]