dotfiles/dot_scripts/install_weavescope.sh

6 lines
200 B
Bash
Raw Normal View History

#!/usr/bin/env bash
# Weave Scope is a visualization and monitoring tool for Docker and Kubernetes.
sudo curl -L git.io/scope -o /usr/local/bin/scope
sudo chmod a+x /usr/local/bin/scope
#scope launch