diff --git a/scope b/scope index 47e7e57269..2b1ba2abec 100755 --- a/scope +++ b/scope @@ -93,7 +93,7 @@ check_docker_for_mac() { && [ -S /var/run/docker.sock ] \ && [ ! "${DOCKER_HOST+x}" = x ] \ && [ "${HOME+x}" = x ] \ - && grep -q hybrid "${HOME}/Library/Containers/com.docker.docker/Data/database/com.docker.driver.amd64-linux/network" 2>/dev/null + && [ -d "${HOME}/Library/Containers/com.docker.docker/Data/database" ] } # Check that a container named $1 with image $2 is not running