Skip to content
Snippets Groups Projects
Commit ef9aca2f authored by Martin André's avatar Martin André
Browse files

Switch to docker registry v2

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

TrivialFix

Change-Id: I85fde385dba3579abad497e327170d30b8b9fc7c
parent e715856f
No related branches found
No related tags found
No related merge requests found
...@@ -140,7 +140,7 @@ EOF ...@@ -140,7 +140,7 @@ EOF
-e MIRROR_SOURCE_INDEX=https://index.docker.io \ -e MIRROR_SOURCE_INDEX=https://index.docker.io \
-e STORAGE_PATH=/var/lib/registry \ -e STORAGE_PATH=/var/lib/registry \
-v /data/host/registry-storage:/var/lib/registry \ -v /data/host/registry-storage:/var/lib/registry \
registry:0.9.1 registry:2
fi fi
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment