tjsr/Remote Docker Pull

Pull a docker image to a remote docker daemon connected via SSH

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
remote_docker_hostThe hostname or IP address of the remote docker hostyes
ssh_private_keyThe private key configured on the remote host to allow SSH accessyes
remote_docker_userThe username to use when connecting to the remote hostyes
ssh_portThe port to use when connecting to the remote hostno22
remove_containerSet to true to also remove the container after stopping. Default is false.nofalse
remove_imageSet to true to also remove the previously used container image after stopping. Default is false.nofalse
container_nameThe name of the container to stopyes
fail_if_not_runningThe action should fail if the container is not running. Default is false.nofalse

no outputs