mosteo-actions/Run within Docker
Run a command/script within a parameter Docker image
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Activelast commit Jun 19, 2026
- License
- None
Pinned Snippet
uses: mosteo-actions/docker-run@6a3e0c0c7fbc511c7c7d6514f2a2138e336f08be # v2tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| image | A docker image | — | ubuntu:latest |
| command | Command to run inside image | — | ls -al |
| pull-params | Extra parameters to pass to `docker pull` | — | "" |
| params | Extra parameters to pass to `docker run` | — | "" |
| host-dir | Host dir to map into the container | — | ${{ github.workspace }} |
| guest-dir | Guest dir that will overlay host-dir, and be used as working directory | — | ${{ github.workspace }} |
Outputs
no outputs