Versions Compared

Key

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

Starts a Docker container.

  

...

Target Properties

Property Name

Property Code

Required

Description

Docker Server Address

FDDKR_DOCKER_SERVER

Yes

The IP address of the Docker server.

Docker Port

FDDKR_DOCKER_PORT

Yes

The port the Docker service is listening on.

  

Inputs

Property Name

Property Code

Required

Description

Container ID

FDDKR_INP_CONTAINER_ID

Yes

The ID of the container to start.

Show Logs (Coming Soon)

FDDKR_INP_SHOW_LOGS

No

Whether or not to show the container startup logs in the FlexDeploy logs.

Wait for

exit 

exit (Coming Soon)

FDDKR_INP_WAIT_FOR_EXIT

No

If true, flexdeploy will wait until the container has exited. Useful for containers running as functions.

  

Outputs

Property Name
Property Code
Required
Description

  

Artifacts

This operation does not produce or consume artifacts.

...