Share feedback
Answers are generated based on the documentation.

Experimental

Schema

RawImageStartup

Type: object

RawImageStartup resolves identity and working directory from the pinned image.
start

Schema: StartupArgv

start replaces the complete launch argv; omission uses the image command.
All schema constraints and annotations
{
  "$ref": "#/components/schemas/StartupArgv",
  "description": "start replaces the complete launch argv; omission uses the image command."
}
All schema constraints and annotations
{
  "additionalProperties": false,
  "description": "RawImageStartup resolves identity and working directory from the pinned image.",
  "properties": {
    "start": {
      "$ref": "#/components/schemas/StartupArgv",
      "description": "start replaces the complete launch argv; omission uses the image command."
    }
  },
  "title": "RawImageStartup",
  "type": "object"
}