mirror of
https://github.com/weaveworks/scope.git
synced 2026-02-14 18:09:59 +00:00
@@ -1,3 +1,9 @@
|
||||
## Release 0.16.2
|
||||
|
||||
Bug fixes:
|
||||
- Scope fails to launch on fresh Docker for Mac installs
|
||||
[#1755](https://github.com/weaveworks/scope/issues/1755)
|
||||
|
||||
## Release 0.16.1
|
||||
|
||||
This is a bugfix release. In addition, the security of the Scope probe can be hardened by disabling
|
||||
|
||||
2
scope
2
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
|
||||
|
||||
Reference in New Issue
Block a user