Skip to content

Commit 98eb099

Browse files
authored
Moving Weave help
1 parent 67e8bbd commit 98eb099

File tree

1 file changed

+0
-15
lines changed

1 file changed

+0
-15
lines changed

README.md

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -13,18 +13,3 @@ production: # Environment
1313
sudo: true # Needed to install a package
1414
execute: true # Must be set to true for all snippets
1515
```
16-
17-
## weave_scope
18-
19-
If you want to install [weavescope](https://www.weave.works/products/weave-scope/) on your Docker stack use the following *last_thing* hook.
20-
```
21-
production: # Environment or your choice
22-
last_thing: # Importent to run the weavescope hook as the last thing during server deployment
23-
- snippet: cloud66/weave_scope # our weavescope snippet
24-
target: docker
25-
sudo: true
26-
execute: true
27-
run_on: all_servers #make sure weave scope is running on all servers and communicate to each other
28-
```
29-
30-
*Warning:* Weavescope will run on port 4040 which is not exposed to the outside world. If you want to access the UI change your firewall settings allowing traffic to port 4040. Make sure only you can access weavescope from your ip-address. With weavescope you can control all your running process and excute inside running containers. Take good care of those powers!

0 commit comments

Comments
 (0)