Switch to docker registry v2

With docker 1.10, the v2 registry finally has decent performances.

TrivialFix

Change-Id: I85fde385dba3579abad497e327170d30b8b9fc7c
This commit is contained in:
Martin André 2016-02-09 14:26:10 +09:00
parent e715856f52
commit ef9aca2f63
1 changed files with 1 additions and 1 deletions

View File

@ -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
}