mirror of
https://github.com/weaveworks/scope.git
synced 2026-07-19 05:19:35 +00:00
mount system paths into container
This commit is contained in:
3
scope
3
scope
@@ -142,6 +142,9 @@ launch_command() {
|
||||
echo docker run --privileged -d --name=$SCOPE_CONTAINER_NAME --net=host --pid=host \
|
||||
-v /var/run/docker.sock:/var/run/docker.sock \
|
||||
-v /var/run/scope/plugins:/var/run/scope/plugins \
|
||||
-v /usr/src:/usr/src \
|
||||
-v /lib/modules:/lib/modules \
|
||||
-v /sys/kernel/debug:/sys/kernel/debug \
|
||||
-e CHECKPOINT_DISABLE \
|
||||
$WEAVESCOPE_DOCKER_ARGS $SCOPE_IMAGE --probe.docker=true "$@"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user