Member-only story

Docker — Common Monitoring Solution Two

A little container knowledge every day!

Tony
4 min readSep 7, 2023

Weave Scope

The biggest feature of Weave Scope is that it automatically generates a Docker container map, allowing us to intuitively understand, monitor and control containers. For example:

Pic from linoelmace

Installation

Run the following command to install and run weave scope :

$ curl -L git.io/scope -o /usr/local/bin/scope
$ chmod a+x /usr/local/bin/scope
$ scope launch

scope launch will start weave scope as a container:

According to the prompt, the access address of Weave Scope is http://[Host_IP]:4040/

Pic from linoelmace

Container monitoring

--

--

Tony
Tony

Responses (1)