From bf305c1b910b88e36d38b4d37023cb63eeefe736 Mon Sep 17 00:00:00 2001 From: Jeff Nickoloff Date: Wed, 10 Jun 2015 10:25:41 -0700 Subject: [PATCH] Adding a volume for the default 'registry-dev' location. Signed-off-by: Jeff Nickoloff --- Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Dockerfile b/Dockerfile index c1bf8bd5f..07255b9e7 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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"]