Cloud API Overview > @adpt/cloud > docker > ServiceContainerSetProps > containerProps
docker.ServiceContainerSetProps.containerProps property
Props to apply to all docker.DockerContainers within this ServiceContainerSet. If a prop is specified in the source Container component and in containerProps
, containerProps
will take precedence.
Signature:
containerProps?: Partial<DockerContainerProps>;