mirror of
https://github.com/distribution/distribution.git
synced 2025-08-31 06:34:11 +00: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:
@@ -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"]
|
||||
|
Reference in New Issue
Block a user