// Optional: Defaults to whatever is defined in the image.
// Optional: The image's entrypoint is used if this is not provided; cannot be updated.
Command[]string`json:"command,omitempty" description:"command argv array; not executed within a shell; defaults to entrypoint or command in the image; cannot be updated"`
Entrypoint[]string`json:"entrypoint:omitempty" description:"entrypoint array; not executed within a shell; the image's entrypoint is used if this is not provided; cannot be updated"`
// Optional: Defaults to Docker's default.
// Optional: The image's cmd is used if this is not provided; cannot be updated.
Command[]string`json:"command,omitempty" description:"command argv array; not executed within a shell; the image's cmd is used if this is not provided; cannot be updated"`
// Optional: Docker's default is used if this is not provided.
WorkingDirstring`json:"workingDir,omitempty" description:"container's working directory; defaults to image's default; cannot be updated"`
WorkingDirstring`json:"workingDir,omitempty" description:"container's working directory; defaults to image's default; cannot be updated"`
Ports[]ContainerPort`json:"ports,omitempty" description:"list of ports to expose from the container; cannot be updated"`
Ports[]ContainerPort`json:"ports,omitempty" description:"list of ports to expose from the container; cannot be updated"`
Env[]EnvVar`json:"env,omitempty" description:"list of environment variables to set in the container; cannot be updated"`
Env[]EnvVar`json:"env,omitempty" description:"list of environment variables to set in the container; cannot be updated"`
// Optional: Defaults to whatever is defined in the image.
// Optional: The image's entrypoint is used if this is not provided; cannot be updated.
Command[]string`json:"command,omitempty" description:"command argv array; not executed within a shell; defaults to entrypoint or command in the image; cannot be updated"`
Entrypoint[]string`json:"entrypoint:omitempty" description:"entrypoint array; not executed within a shell; the image's entrypoint is used if this is not provided; cannot be updated"`
// Optional: Defaults to Docker's default.
// Optional: The image's cmd is used if this is not provided; cannot be updated.
Command[]string`json:"command,omitempty" description:"command argv array; not executed within a shell; the image's cmd is used if this is not provided; cannot be updated"`
// Optional: Docker's default is used if this is not provided.
WorkingDirstring`json:"workingDir,omitempty" description:"container's working directory; defaults to image's default; cannot be updated"`
WorkingDirstring`json:"workingDir,omitempty" description:"container's working directory; defaults to image's default; cannot be updated"`
Ports[]ContainerPort`json:"ports,omitempty" description:"list of ports to expose from the container; cannot be updated"`
Ports[]ContainerPort`json:"ports,omitempty" description:"list of ports to expose from the container; cannot be updated"`
Env[]EnvVar`json:"env,omitempty" description:"list of environment variables to set in the container; cannot be updated"`
Env[]EnvVar`json:"env,omitempty" description:"list of environment variables to set in the container; cannot be updated"`
// Optional: Defaults to whatever is defined in the image.
// Optional: The docker image's entrypoint is used if this is not provided; cannot be updated.
Command[]string`json:"command,omitempty" description:"command argv array; not executed within a shell; defaults to entrypoint or command in the image; cannot be updated"`
Command[]string`json:"command,omitempty" description:"entrypoint array; not executed within a shell; the docker image's entrypoint is used if this is not provided; cannot be updated"`
// Optional: The docker image's cmd is used if this is not provided; cannot be updated.
Args[]string`json:"args,omitempty" description:"command array; the docker image's cmd is used if this is not provided; arguments to the entrypoint; cannot be updated"`
// Optional: Defaults to Docker's default.
// Optional: Defaults to Docker's default.
WorkingDirstring`json:"workingDir,omitempty" description:"container's working directory; defaults to image's default; cannot be updated"`
WorkingDirstring`json:"workingDir,omitempty" description:"container's working directory; defaults to image's default; cannot be updated"`
Ports[]ContainerPort`json:"ports,omitempty" description:"list of ports to expose from the container; cannot be updated"`
Ports[]ContainerPort`json:"ports,omitempty" description:"list of ports to expose from the container; cannot be updated"`