Windows: Graph remove custom interface and add central store

Signed-off-by: Stefan J. Wernli <swernli@microsoft.com>

Windows: add support for images stored in alternate location.

Signed-off-by: Stefan J. Wernli <swernli@microsoft.com>
This commit is contained in:
Stefan J. Wernli
2015-08-14 23:45:53 -07:00
committed by John Howard
parent 424fa59859
commit dfbb5520e3
16 changed files with 546 additions and 636 deletions
+2 -2
View File
@@ -55,8 +55,8 @@ else
export DOCKER_HOST="$DOCKER_TEST_HOST"
fi
# give it a second to come up so it's "ready"
tries=10
# give it a little time to come up so it's "ready"
tries=30
while ! docker version &> /dev/null; do
(( tries-- ))
if [ $tries -le 0 ]; then