mirror of
https://github.com/clearlinux/docker.git
synced 2026-09-06 05:31:47 +00:00
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:
committed by
John Howard
parent
424fa59859
commit
dfbb5520e3
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user