philips-software/Execute-in-windows-docker-container
Composite action for command execution with docker on windows
View on GitHubTrust Signals
- Scorecard Score
- Scorecard 4–6scored Jul 6, 2026
- Maintenance Recency
- Activelast commit Jul 7, 2026
- License
- MIT
Pinned Snippet
uses: philips-software/run-windows-docker-container-action@14e1f2be8bf046bdd348731c5e3cd5a5acba7fd8 # v2.0.1tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| image | Docker image. | yes | — |
| run | Command to execute. | yes | — |
| workspace_path | Workspace path. Default is root workspace path. | no | — |
| mapping_path | Mapping path, i.e. path to where the workspace path is mapped in the docker container. Defaults to workspace_path. | no | — |
| work_path | Work path, i.e. path where the command in the docker container is executed. Defaults to workspace_path. | no | — |
| memory | Memory limit. See docker documentation on --memory. | no | 4GB |
| entrypoint | Overrides the default ENTRYPOINT in docker image. | no | "" |
| env_names | Environment variable names passed to docker image as comma separated list, for example: NAME1, NAME2, NAME3 | no | "" |
| extra_args | Extra arguments for docker run command. | no | "" |
| pre-warm | Run a warming-up container (which might crash due to first time use failure) | no | true |
| pre-warm-cmd | Pre warm command to run inside the container | no | echo "warming up!" |
| registry_authentication | Authenticate against registry server | no | false |
| registry_username | Docker registry username. | no | — |
| registry_token | Docker registry token | no | — |
| registry_repository | Docker registry repository | no | — |
Outputs
no outputs