Merge pull request #1811 from kinvolk/alessandro/fix-scope-stop-osx

Alessandro/fix scope stop osx
This commit is contained in:
Alfonso Acosta
2016-08-17 13:14:43 +01:00
committed by GitHub

2
scope
View File

@@ -244,7 +244,7 @@ EOF
fi
if check_docker_for_mac ; then
if docker inspect $SCOPE_APP_CONTAINER_NAME >/dev/null 2>&1 ; then
docker stop $SCOPE_CONTAINER_NAME >/dev/null
docker stop $SCOPE_APP_CONTAINER_NAME >/dev/null
fi
fi
;;