能夠知道後臺有哪些容器在運行。git
能夠知道後臺有哪些容器在運行。包括退出的容器。docker
能夠知道container中的一些進程。相似於系統中的top命令。curl
實時打印每一個容器在系統的資源佔用狀況。包括CPU,內存等。工具
weavescope安裝:url
sudo curl -L git.io/scope -o /usr/local/bin/scope chmod a+x /usr/local/bin/scope
運行scope launch便可。spa
若是要監聽多個docker host。code
那麼運行scope launch ip1 ip2 便可。在ip2的機器上也執行這個命令。進程