Merge "Change docker private registry to version 2"

This commit is contained in:
Jenkins 2016-03-30 10:58:33 +00:00 committed by Gerrit Code Review
commit 550dda0f4e
1 changed files with 1 additions and 1 deletions

View File

@ -98,7 +98,7 @@ function configure_operator {
-p ${REGISTRY_PORT}:5000 \
-e STORAGE_PATH=/var/lib/registry \
-v /data/host/registry-storage:/var/lib/registry \
distribution/registry
registry:2
fi
}