Skip to content

Instantly share code, notes, and snippets.

@bossjones
Created December 11, 2023 23:37
Show Gist options
  • Save bossjones/6d454b5ff066458903c46a8805ee8342 to your computer and use it in GitHub Desktop.
Save bossjones/6d454b5ff066458903c46a8805ee8342 to your computer and use it in GitHub Desktop.
install weave scope plugins
docker pull weaveworksplugins/scope-iowait:latest
docker run --rm -ti \
--net=host \
-v /var/run/scope/plugins:/var/run/scope/plugins \
--name weaveworksplugins-scope-iowait weaveworksplugins/scope-iowait:latest
docker pull weaveworksplugins/scope-http-statistics:latest
sudo docker run --rm -it \
--privileged --net=host --pid=host \
-v /lib/modules:/lib/modules \
-v /usr/src:/usr/src \
-v /sys/kernel/debug/:/sys/kernel/debug/ \
-v /var/run/scope/plugins:/var/run/scope/plugins \
--name weaveworksplugins-scope-http-statistics weaveworksplugins/scope-http-statistics
docker pull weaveworksplugins/scope-traffic-control:latest
docker run --rm -it \
--net=host --pid=host --privileged \
-v /var/run:/var/run \
--name weaveworksplugins-scope-traffic-control weaveworksplugins/scope-traffic-control:latest
docker pull weaveworksplugins/scope-volume-count:latest
docker run --rm -ti \
--net=host \
-v /var/run/scope/plugins:/var/run/scope/plugins \
--name weaveworksplugins-scope-volume-count weaveworksplugins/scope-volume-count:latest
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment