...
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 |
| YesNo | The IP address of the Docker server. |
Docker Port |
| YesNo | The port the Docker service is listening on. |
...
Property Name | Property Code | Required | Description |
---|---|---|---|
Container ID |
| Yes | The ID of the container to start. |
Show Logs (Coming Soon)Logs |
| No | Whether or not to show the container startup logs in the FlexDeploy logs. |
Wait for exit (Coming Soon)exit |
| No | If true, flexdeploy will wait until the container has exited. Useful for containers running as functions. |
...