{
  "containers": {
    "app1": {
      "image": "nginx",
      "ports": [
        {
          "port": 80,
          "protocol": "http",
          "publish": true,
          "targetPort": 80
        }
      ],
      "probes": null,
      "permissions": {}
    }
  }
}
