Skip to content

Commit

Permalink
Modify: mount local storage path
Browse files Browse the repository at this point in the history
  • Loading branch information
William-Yeh committed Jan 1, 2015
1 parent 1eb92ff commit 4cbfe33
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions insecure-registry/vagrant-provision.sh
Original file line number Diff line number Diff line change
Expand Up @@ -71,9 +71,10 @@ script
docker run -d \
--name docker-registry \
--restart always \
-p 80:5000 \
-v $REGISTRY_CONFIG_DIR:/conf \
--restart=always \
-p 80:5000 \
-v $REGISTRY_CONFIG_DIR:/conf \
-v $REGISTRY_DBPATH:$REGISTRY_DBPATH \
-e DOCKER_REGISTRY_CONFIG=/conf/$REGISTRY_CONFIG_NAME \
registry
Expand Down

0 comments on commit 4cbfe33

Please sign in to comment.