github.com/mattevans/edward@v1.9.2/examples/docker/edward.json (about)

     1  {
     2      "services": [
     3          {
     4              "name": "nginxhello",
     5              "backends": [
     6                  {
     7                     "type": "docker",
     8                     "image": "kitematic/hello-world-nginx",
     9                     "ports": ["80:8081"]
    10                  }
    11              ]
    12          }
    13      ]
    14  }