Skip to content

objectType DockerContainer

extends AbstractExecutable

Details for a Docker or OCI container executable. See https://opencontainers.org/

DockerContainerivoa:boolean privilegedivoa:string entrypointexecbroker:NameValueMap environmentAbstractExecutableAbstractComponentDockerImageSpecDockerNetworkSpecimage1network1

Members

name type mult description
image DockerImageSpec Details of the container image.
privileged ivoa:boolean Set the privileged flag on execution. The default is false. See https://docs.docker.com/reference/cli/docker/container/run/#privileged.
entrypoint ivoa:string Overwrite the default ENTRYPOINT of the image.
environment NameValueMap A name => value map of environment variables to pass to the container.
network DockerNetworkSpec Details of the network access available to the container.

Containment

This is contained by ExecutionRequestComponents, SimpleExecutionComponents