dockerCreateContainer

This operation creates a Docker container. It can expose ports and attach volumes.

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_INP_DOCKER_FILENoThe path to a Docker file to use in creation of a container. Setting this will ignore Image Name.
Docker File Arguments (Coming Soon)FDDKR_INP_DOCKER_FILE_ARGSNoThe docker file arguments to use. These are the ARG instructions in the docker file.  KeyValue pairs should be separated by "|" and the key and value should be separated by ",".  Example: key1,value|key2,value|key3,value
Image Name

FDDKR_INP_IMAGE_NAME

No

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

Exposed PortsFDDKR_INP_EXPOSED_PORTSNoA comma separated list of ports to expose.
VolumesFDDKR_INP_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.

  

Endpoint Selection

This operation will select all available endpoints associated to the environment/instance.

  

Endpoint Execution

This operation will execute on any one of the selected endpoints and will be random in the determination of which one.

The following macros are not currently supported in the footer:
  • style