Deploys a container with information specified in the Project Container Configuration. When a container is deployed via this operation, any existing container of the same name will be removed and replaced with the newly deployed container. If the deploy should fail for any reason, the old container is restored to the previous state.
...
Property Name | Property Code | Required | Description |
---|---|---|---|
Docker Server Address | FDDKR_DOCKER_SERVER | No | The IP address of the Docker server. Required if Docker Unix Socker is not set. |
Docker Port | FDDKR_DOCKER_PORT | No | The port the Docker service is listening on. Required if Docker Unix Socker is not set. |
Docker Unix Socket | FDDKR_UNIX_SOCKET | No | The socket the Docker daemon listens on. Required if Docker Server and Docker Port are not set. |
...
This operation is automatically added to your deploy workflow as the first step if Run Container is marked as true in your Project Configuration.Describe any dependencies between properties that may exist or anything that that isn’t really covered above but is relevant to this operation
Info | ||
---|---|---|
| ||
If you need to perform workflow steps prior to running the project container, you can add the operation manually at any location in your workflow and the automatically initialize step above will not occur. |