dockerStartContainer
Starts a Docker container.
Target Properties
Property Name | Property Code | Required | Description |
---|---|---|---|
Docker Unix Socket |
| No | The socket the Docker daemon listens on. Required if Docker Server and Docker Port are not set. Default value is [/var/run/docker.sock] |
Docker Server Address |
| No | The IP address of the Docker server. |
Docker Port |
| No | The port the Docker service is listening on. |
Inputs
Property Name | Property Code | Required | Description |
---|---|---|---|
Container ID |
| Yes | The ID of the container to start. |
Show Logs |
| No | Whether or not to show the container startup logs in the FlexDeploy logs. |
Wait for exit |
| No | If true, flexdeploy will wait until the container has exited. Useful for containers running as functions. |
Artifacts
This operation does not produce or consume artifacts.
Endpoint Selection
This operation will select all available endpoints associated to the target.
Endpoint Execution
This operation will execute on any one of the selected endpoints and will be random in the determination of which one.
- style