vjik/Docker Run Command
Run a command in a new container
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| image | Docker image to run (e.g. ubuntu:24.04, python:3.12) | yes | — |
| registry | Docker registry URL for authentication (e.g. ghcr.io, docker.io) | no | "" |
| username | Username for Docker registry authentication | no | "" |
| password | Password or token for Docker registry authentication | no | "" |
| options | Additional docker run options (e.g. --network host --cpus 2) | no | "" |
| volumes | Volume mounts, one per line (e.g. /host/path:/container/path) | no | "" |
| env | Environment variables, one per line (e.g. MY_VAR=some value) | no | "" |
| workdir | Working directory inside the container | no | "" |
| command | Shell command to run inside the container | yes | — |
Outputs
no outputs