chuhlomin/Run Docker container on the remote host

Action SSH to remote host and runs `docker run` with given arguments

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
serverSSH / Server hostnameyes
usernameSSH / Usernameyes
ssh_keySSH / Private SSH key to connect to the server (use secrets)yes
sudoPrefix docker run command with sudoyes""
imageDocker / Imageyes
envsDocker / Set environment variables (JSON)no""
networkDocker / Connect a container to a networknodefault
network_aliasDocker / Add network-scoped alias for the containerno""
container_nameDocker / Assign a name to the containerno""
exposeDocker / Expose a port or a range of portsno""
resartDocker / Restart policy to apply when a container exits (default "no")nono
mountsDocker / Attach a filesystem mount to the container (comma separated)no""
log_driverDocker / Logging driver for the containerno""
log_optDocker / Log driver optionsno""

no outputs