docker monitoring weavworks / scope, single and multiple deployment

Single:
the need to use sysdig.tar package can be downloaded from the Internet to
the local package I use:
docker monitoring weavworks / scope, single and multiple deployment
to make it into a mirror:
[root @ localhost ~] # Docker the Load <sysdig.tar
run this image:
[root @ localhost ~] # docker run -it --rm --name sysdig --privileged = true --volume = / var / run / docker.sock: /host/var/run/docker.sock --volume = / dev: / host / dev --volume = / proc: / host / proc: ro --volume = / boot: / host / boot: ro --volume = / lib / modules: / host / lib / modules: ro --volume = / usr : / host / usr: ro sysdig / sysdig

Download scope:
[the root @ localhost ~] -L git.io/scope curl # -o / usr / local / bin / scope
give privilege:
[the root @ localhost ~] # the chmod + X / usr / local / bin / scope
start:
scope launch
browser to access:
ip address plus port 4040:
docker monitoring weavworks / scope, single and multiple deployment

Multiple:

第二台docker操作:
[root@localhost ~]# curl -L git.io/scope -o /usr/local/bin/scope
[root@localhost ~]# chmod +x /usr/local/bin/scope
[root@localhost ~]# scope launch

The first operation:
[the root @ localhost ~] # 192.168.1.10 192.168.1.20 scope Launch
a second operation:
[the root @ localhost ~] # Launch scope 192.168.1.20 192.168.1.10

Browser Access:
or ip address plus port 4040:
docker monitoring weavworks / scope, single and multiple deployment

Guess you like

Origin blog.51cto.com/13997536/2461005