apparatus / fuge-runner

Process and container runner and watcher for the fuge tool
MIT License
4 stars 19 forks source link

Pass environment to containers #48

Closed johnwebbcole closed 5 years ago

johnwebbcole commented 5 years ago

Environment variables were not being added to contianer creation. This adds the Env variable with name=value string pairs for Docker. Includes an updated test for checking the environment.