...
Property Name | Property Code | Required | Description |
---|---|---|---|
Docker Unix Socket | |||
Docker Server Address |
| Yes | The IP address of the Docker server. |
Docker Port |
| Yes | The port the Docker service is listening on. |
...
Property Name | Property Code | Required | Description |
---|---|---|---|
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) |
| 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 |
| No | The name of an image to get from DockerHub. Only use this if Docker File is not set. |
Exposed Ports |
| No | A comma separated list of ports to expose. |
Volumes |
| No | A comma separated list of volumes to attach. |
...
Property Name | Property Code | Required | Description |
---|---|---|---|
Container ID |
| No | The ID of the created container. |
...