Cloud API Overview > @adpt/cloud > docker > DockerContainer
docker.DockerContainer class
Component to instantiate an image container with docker
Signature:
export declare class DockerContainer extends Action<DockerContainerProps, DockerContainerState>
Remarks
See docker.DockerContainerProps.
Properties
Property | Modifiers | Type | Description |
---|---|---|---|
defaultProps | static | { dockerHost: string | undefined; } | |
dependsOn | DependsOnMethod |
Methods
Method | Modifiers | Description |
---|---|---|
dockerIP(network) | (BETA) Get the IP address of the container, optionally for a specific Docker network. | |
status(observe, buildData) |