mirror of
https://github.com/weaveworks/scope.git
synced 2026-07-19 05:19:35 +00:00
Merge pull request #3140 from dholbach/docker-for-mac-fix
Minimal fix to make scope start with Docker for Mac again.
This commit is contained in:
2
scope
2
scope
@@ -124,7 +124,7 @@ check_docker_for_mac() {
|
||||
&& [ -S /var/run/docker.sock ] \
|
||||
&& [ ! "${DOCKER_HOST+x}" = x ] \
|
||||
&& [ "${HOME+x}" = x ] \
|
||||
&& [ -d "${HOME}/Library/Containers/com.docker.docker/Data/database" ]
|
||||
&& [ -d "${HOME}/Library/Containers/com.docker.docker/Data" ]
|
||||
}
|
||||
|
||||
# Check that a container named $1 with image $2 is not running
|
||||
|
||||
Reference in New Issue
Block a user