...
Property Name | Property Code | Required | Description |
---|---|---|---|
Docker Unix Socket |
| No | The socket the Docker daemon listens on. Required if Docker Server and Docker Port are not set. Default value is [/var/run/docker.sock] |
Docker Server Address |
| YesNo | The IP address of the Docker server. |
Docker Port |
| YesNo | The port the Docker service is listening on. |
Project Properties
Property Name | Property Code | Required | Description |
---|---|---|---|
Docker Image Name |
| No | The name of the docker image, including the repository if desired. i.e. foo/bar or bar. The plugin input |
Docker Image Tag |
| No | The tag of the docker image. For example: 1.2.3. The plugin input |
Inputs
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. |
Docker File Arguments (Coming Soon)Exposed Ports |
| NoThe 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,valueA comma separated list of ports to expose on the container and host. (e.g. 8080:28080,22:20022,[HostPort]:[ContainerPort]) |
Image Name |
| No | The name of an image to get from DockerHub. Only use this if Docker File is not set.Exposed PortsDocker image use when running the container. This input will take priority over the FDDKR_IMAGE_NAME project property. |
Image Tag |
| NoA comma separated list of ports to expose | 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. |
...