{

"arukas_container": {
  "full_properties": {
    "cmd": {
      "description": "The command of the container.",
      "required": false
    },
    "endpoint": {
      "description": "The subdomain part of the endpoint assigned by Arukas. If it is not set, Arukas will do automatic assignment.",
      "required": false
    },
    "environments": {
      "description": "See Environments below for details.",
      "required": false
    },
    "image": {
      "description": "The ID of the image to back this container.It must be a public image on DockerHub.",
      "required": false
    },
    "instances": {
      "description": "The count of the instance. It must be between 1 and 10.",
      "required": false
    },
    "name": {
      "description": "The name of the container.",
      "required": false
    },
    "plan": {
      "description": "The plan of the Arukas. It must be free or hobby or standard-1 or standard-2.",
      "required": false
    },
    "ports": {
      "description": "See Ports below for details.",
      "required": false
    }
  },
  "path": "/docs/providers/arukas/r/container.html",
  "properties": [
    "name",
    "image",
    "instances",
    "plan",
    "endpoint",
    "ports",
    "environments",
    "cmd"
  ]
}

}