Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

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 NameProperty CodeRequiredDescription
Docker Server Address

FDDKR_DOCKER_SERVER

No

The IP address of the Docker server.  Required if Docker Unix Socker is not set.

Docker PortFDDKR_DOCKER_PORTNoThe port the Docker service is listening on.  Required if Docker Unix Socker is not set.
Docker Unix SocketFDDKR_UNIX_SOCKETNoThe 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

Image Added

Image Added

Info
titleWorkflow Position

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.