Versions Compared

Key

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

...

Property Name

Property Code

Required

Description

Docker Unix Socket

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.

...

Property Name

Property Code

Required

Description

Docker File

FDDKR_INP_DOCKER_FILE

No

The 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_ARGS

No

The 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 Ports

FDDKR_INP_EXPOSED_PORTS

No

A comma separated list of ports to expose.

Volumes

FDDKR_INP_VOLUMES

No

A comma separated list of volumes to attach.

...

Property Name

Property Code

Required

Description

Container ID

FDDKR_OUT_CONTAINER_ID

No

The ID of the created container.

...