...
Property Name | Property Code | Required | Description |
---|---|---|---|
Docker Server Address |
| No | The IP address of the Docker server. Required if Docker Unix Socker is not set. |
Docker Port |
| No | The port the Docker service is listening on. Required if Docker Unix Socker is not set. |
Docker Unix Socket |
| No | The socket the Docker daemon listens on. Required if Docker Server and Docker Port are not set. |
...
Input Name | Input Code | Required | Description |
---|---|---|---|
Docker Repository |
| Yes | The repository to use when tagging. This is the REPOSITORY column when running the command 'docker images'. |
Image Tag |
| No | The tag to apply to the image. Use comma separated values to specify multiple tags. Example: 'latest, 1.2.3'. |
Image Name |
| Yes | The image to tag. This is the ID column when you run docker images. |
...