mirror of
https://github.com/weaveworks/scope.git
synced 2026-02-14 18:09:59 +00:00
52 lines
836 B
JSON
52 lines
836 B
JSON
{
|
|
"id": "weave-scope",
|
|
"cpus": 1,
|
|
"mem": 128,
|
|
"instances": 1,
|
|
"constraints": [
|
|
[
|
|
"hostname",
|
|
"UNIQUE"
|
|
]
|
|
],
|
|
"container": {
|
|
"type": "DOCKER",
|
|
"docker": {
|
|
"image": "weaveworks/scope:1.13.2",
|
|
"network": "HOST",
|
|
"privileged": true,
|
|
"parameters": [
|
|
{
|
|
"key": "pid",
|
|
"value": "host"
|
|
},
|
|
{
|
|
"key": "name",
|
|
"value": "weavescope"
|
|
}
|
|
]
|
|
},
|
|
"volumes": [
|
|
{
|
|
"containerPath": "/var/run/docker.sock",
|
|
"hostPath": "/var/run/docker.sock",
|
|
"mode": "RW"
|
|
}
|
|
]
|
|
},
|
|
"args": [
|
|
"--probe.docker",
|
|
"true"
|
|
],
|
|
"env": {
|
|
"CHECKPOINT_DISABLE": "true"
|
|
},
|
|
"portDefinitions": [
|
|
{
|
|
"port": 4040,
|
|
"protocol": "tcp",
|
|
"name": "http"
|
|
}
|
|
]
|
|
}
|