1
0
mirror of https://github.com/distribution/distribution synced 2024-11-06 19:35:52 +01:00

Updating the location of the volume to match the new location of the default registry data location.

Signed-off-by: Jeff Nickoloff <jeff@allingeek.com>
This commit is contained in:
Jeff Nickoloff 2015-06-10 21:24:16 -07:00
parent bf305c1b91
commit 5bd4b5c558

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