shrink/Docker Extract
Extract file(s) from a Docker Image
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| image | Docker Image to extract files from | yes | — |
| path | Path (from root) to a file or directory within Image | yes | — |
| destination | Destination path for the extracted files | no | — |
| shell | The shell to use for extraction (default: /bin/bash) | no | /bin/bash |
Outputs
| name | description |
|---|---|
| destination | Destination of extracted file(s) |