Files
weave-scope/experimental/example
2016-05-12 17:02:21 +01:00
..
2016-05-12 17:02:21 +01:00
2016-05-12 17:02:21 +01:00
2016-05-12 17:02:21 +01:00
2016-05-12 17:02:21 +01:00
2015-12-16 15:21:34 +00:00
2016-01-16 11:56:34 -08:00
2015-06-10 10:41:17 +00:00
2016-05-12 17:02:21 +01:00
2016-05-12 17:02:21 +01:00

example

To run a on a Mac, run:

$ docker-machine create -d virtualbox --virtualbox-memory=4096 scope-tastic
$ eval $(docker-machine env scope-tastic)
$ sudo curl -L git.io/weave -o /usr/local/bin/weave
$ sudo chmod +x /usr/local/bin/weave
$ curl -o run.sh https://raw.githubusercontent.com/weaveworks/scope/master/experimental/example/run.sh
$ ./run.sh
$ sudo wget -O /usr/local/bin/scope https://github.com/weaveworks/scope/releases/download/latest_release/scope
$ sudo chmod a+x /usr/local/bin/scope
$ scope launch

"architecture"

client -> frontend --> app --> searchapp -> elasticsearch
           (nginx)         |
                           --> qotd -> internet
                           |
                           --> redis

To push new images

for img in $(docker images | grep tomwilkie | cut -d' ' -f1); do docker push $img:latest; done