refinery-platform / django_docker_engine

Django app that manages the creation of, and proxies requests to, Docker containers.
MIT License
6 stars 2 forks source link

Mccalluc/remove old bits #195

Closed mccalluc closed 6 years ago

mccalluc commented 6 years ago

When this began there were three ways of providing input: The environment variables INPUT_JSON and INPUT_JSON_URL, but a third option was writing directly to a mounted file system. We never used this in production, and it added a lot of complexity to the code base.