Gilbert Song created MESOS-4051: ----------------------------------- Summary: Support passing docker image env and user env to docker containerizer Key: MESOS-4051 URL: https://issues.apache.org/jira/browse/MESOS-4051 Project: Mesos Issue Type: Improvement Components: containerization, docker Reporter: Gilbert Song Assignee: Gilbert Song
Currently we only pass slave env to docker containerizer when docker containerizer launches executor container with docker run. We should be able to support passing docker image env and user taskInfo env to docker containerizer, with the following priority: 1. User taskInfo Env (specified in commandInfo). 2. Docker image Env. 3. Mesos slave Env. We are following this priority to merge. If any is duplicated, overwrite all defined env variables depending on the order above. -- This message was sent by Atlassian JIRA (v6.3.4#6332)