Merge "Switch to docker registry v2"

This commit is contained in:
Jenkins 2016-02-14 20:09:38 +00:00 committed by Gerrit Code Review
commit 3c2e62930f

@ -140,7 +140,7 @@ EOF
-e MIRROR_SOURCE_INDEX=https://index.docker.io \
-e STORAGE_PATH=/var/lib/registry \
-v /data/host/registry-storage:/var/lib/registry \
registry:0.9.1
registry:2
fi
}