Description
When running an image via the docker run command you've got the option --volumes-from, allowing you to inherit the passed volumes from the referenced Docker containers. It would be nice to provide also option --env-from, allowing you to - by the analogy - inherit the passed environment variables from other containers, saving the need to redefine them.