actions-marketplace-validations/Run within Docker
Run a command/script within a parameter Docker Hub image
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| image | A dockerhub 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