Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/skn0tt/pipethrough
https://github.com/skn0tt/pipethrough
Last synced: 13 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/skn0tt/pipethrough
- Owner: Skn0tt
- Created: 2018-07-22T18:01:54.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2023-12-15T05:13:06.000Z (11 months ago)
- Last Synced: 2024-10-06T04:01:32.860Z (about 1 month ago)
- Language: TypeScript
- Size: 126 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# pipethrough
A service that takes files via a HTTP POST, mounts them to a specified Docker image, runs it and returns the outputs.
Form label is the mounting path.
# Configuration
| Env | Meaning |
| ----------- | ------------------- |
| IMAGE | Image to execute |
| PULL_IMAGE | Try to pull image |
| CMD | Command to execute |