Description
Thermos currently strips almost all environment variables for the process being monitored by it. This breaks the existing pattern for docker containers where environment variables can be specified with a --env flag or as part of a docker build and then have them be available to the processes running inside the container.
All environment variables that are not mesos related should be made available to processes inside a container.