...
Property Name | Property Code | Required | Description |
---|---|---|---|
Container Name |
| No | The name of the container to be created. |
Docker File |
| No | The path to a Docker file to use in creation of a container. Setting this will ignore Image Name. |
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 Name |
| No | The Docker image use when running the container. This input will take priority over the FDDKR_IMAGE_NAME project property. |
Image Tag |
| No | The tag to use when creating the container. This input will take priority over the FDDKR_IMAGE_TAG project property. |
Volumes |
| No | A comma separated list of volumes to attach. |
...