Change docker private registry to version 2

The provisioning script for Vagrant was using an old docker private
registry. This commit changes the private registry to version 2, since
it is now the recommended version.

Change-Id: If48edb33393b692a8892843639ab3e88e5fd44f9
Closes-Bug: #1563386
Signed-off-by: Andrei-Lucian Șerb <lucian.serb@icloud.com>
This commit is contained in:
Andrei-Lucian Șerb 2016-03-29 18:26:34 +03:00
parent 7614e9d2a1
commit 58bda29af5
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
}