Versions Compared

Key

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

...

Property Name

Property Code

Required

Description

Container Name

FDDKR_INP_CONTAINER_NAME

No

The name of the container to be created.

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.

Exposed Ports

FDDKR_INP_EXPOSED_PORTS

No

A comma separated list of ports to expose on the container and host. (e.g. 8080:28080,22:20022,[HostPort]:[ContainerPort])

Image Tag

FDDKR_INP_IMAGE_TAG

No

The tag to use when creating the container. This input will take priority over the FDDKR_IMAGE_TAG project property.

Image Tag

FDDKR_INP_IMAGE_TAG

No

The tag to use when creating the container. This input will take priority over the FDDKR_IMAGE_TAG project property.

Volumes

FDDKR_INP_VOLUMES

No

A comma separated list of volumes to attach.

...