{
  "container": {
    "docker": {
      "image": "tobilg/mini-webserver",
      "network": "BRIDGE",
      "portMappings": [
        { "containerPort": 80 }
      ]
    },
    "type": "DOCKER"
  }
}