github.com/form3tech-oss/cilium@v1.6.3/examples/mesos/allfiles/web-server.json (about)

     1  {
     2      "id": "web-server", 
     3      "cmd": "while { echo  \"HTTP/1.1 200 OK\r\nConnection: keep-alive\r\n\r\n${2:-\"OK\"}\r\"; } | nc -l \"${1:-8181}\"; do   echo \"================================================\"; done",
     4      "cpus": 0.1,
     5      "mem": 10.0,
     6      "instances": 1,
     7      "ipAddress": {
     8       "networkName": "cilium",
     9       "labels": {
    10         "id": "web-server"
    11       }
    12    }
    13  
    14  }