mirror of
https://github.com/weaveworks/scope.git
synced 2026-02-14 18:09:59 +00:00
Create /var/run/scope directory in test
The scope script is no longer creating it.
This commit is contained in:
@@ -20,7 +20,7 @@ has_container "$HOST1" nginx
|
||||
has_container "$HOST1" client
|
||||
has_connection containers "$HOST1" client nginx
|
||||
|
||||
docker_on "$HOST1" exec weavescope sh -c "echo stop > /var/run/scope/debug-bpf"
|
||||
docker_on "$HOST1" exec weavescope sh -c "mkdir /var/run/scope && echo stop > /var/run/scope/debug-bpf"
|
||||
sleep 5
|
||||
|
||||
server_on "$HOST1" "nginx2"
|
||||
|
||||
Reference in New Issue
Block a user