Cloud API Overview > @adpt/cloud > docker > ServiceContainerSetProps
docker.ServiceContainerSetProps interface
Props for docker.ServiceContainerSet
Signature:
export interface ServiceContainerSetProps extends ServiceProps
Properties
Property | Type | Description |
---|---|---|
containerProps | Partial<DockerContainerProps> | 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. |
dockerHost | string | If set, all children of this ServiceContainerSet that support the dockerHost prop will get this value, overriding any other value for this prop. |