Skip to content

Commit

Permalink
Merge pull request #3140 from dholbach/docker-for-mac-fix
Browse files Browse the repository at this point in the history
Minimal fix to make scope start with Docker for Mac again.
  • Loading branch information
errordeveloper authored Apr 13, 2018
2 parents b7b7789 + f8f3b3d commit b8dae77
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scope
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit b8dae77

Please sign in to comment.