tjsr/Remote Docker Pull
Pull a docker image to a remote docker daemon connected via SSH
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| remote_docker_host | The hostname or IP address of the remote docker host | yes | — |
| ssh_private_key | The private key configured on the remote host to allow SSH access | yes | — |
| remote_docker_user | The username to use when connecting to the remote host | yes | — |
| ssh_port | The port to use when connecting to the remote host | no | 22 |
| remove_container | Set to true to also remove the container after stopping. Default is false. | no | false |
| remove_image | Set to true to also remove the previously used container image after stopping. Default is false. | no | false |
| container_name | The name of the container to stop | yes | — |
| fail_if_not_running | The action should fail if the container is not running. Default is false. | no | false |
Outputs
no outputs