Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/skn0tt/pipethrough


https://github.com/skn0tt/pipethrough

Last synced: 13 days ago
JSON representation

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 |