Versions Compared

Key

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

...

Environment/Instance 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

Docker FileFDDKR_DOCKER_FILENoThe path to a Docker file to use in creation of a container. Setting this will ignore Image Name.
Image Name

FDDKR_IMAGE_NAME

Yes

No

The name of an image to get from DockerHub. Only use this if Docker File is not set.

Exposed PortsFDDKR_EXPOSED_PORTSNoA comma separated list of ports to expose.
VolumesFDDKR_VOLUMESNoA comma separated list of volumes to attach.


Outputs

Property Name

Property Code

Required

Description

Container ID

FDDKR_OUT_CONTAINER_ID

No

The ID of the created container.


Artifacts

This operation does not produce or consume artifacts.

...