Cloud API Overview > @adpt/cloud > ContainerProps
ContainerProps interface
Props for the Container component.
Signature:
export interface ContainerProps
Remarks
See the Docker API Reference for more information.
Properties
Property | Type | Description |
---|---|---|
autoRemove | boolean | |
command | Command | |
dockerHost | string | |
entrypoint | Command | |
environment | Environment | |
image | ImageId | |
imagePullPolicy | "Always" | "Never" | "IfNotPresent" | |
links | Links | |
name | string | |
portBindings | PortBinding | |
ports | PortDescription [] | |
restartPolicy | RestartPolicy | The behavior to apply when the container exits. |
stdinOpen | boolean | |
stopSignal | string | |
tty | boolean | |
workingDir | string |