chuhlomin/Run Docker container on the remote host
Action SSH to remote host and runs `docker run` with given arguments
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| server | SSH / Server hostname | yes | — |
| username | SSH / Username | yes | — |
| ssh_key | SSH / Private SSH key to connect to the server (use secrets) | yes | — |
| sudo | Prefix docker run command with sudo | yes | "" |
| image | Docker / Image | yes | — |
| envs | Docker / Set environment variables (JSON) | no | "" |
| network | Docker / Connect a container to a network | no | default |
| network_alias | Docker / Add network-scoped alias for the container | no | "" |
| container_name | Docker / Assign a name to the container | no | "" |
| expose | Docker / Expose a port or a range of ports | no | "" |
| resart | Docker / Restart policy to apply when a container exits (default "no") | no | no |
| mounts | Docker / Attach a filesystem mount to the container (comma separated) | no | "" |
| log_driver | Docker / Logging driver for the container | no | "" |
| log_opt | Docker / Log driver options | no | "" |
Outputs
no outputs