You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@mesos.apache.org by "Gilbert Song (JIRA)" <ji...@apache.org> on 2016/02/05 19:00:43 UTC

[jira] [Created] (MESOS-4607) Docker image create should not return any error with env var

Gilbert Song created MESOS-4607:
-----------------------------------

             Summary: Docker image create should not return any error with env var
                 Key: MESOS-4607
                 URL: https://issues.apache.org/jira/browse/MESOS-4607
             Project: Mesos
          Issue Type: Bug
          Components: docker
            Reporter: Gilbert Song
            Priority: Minor


In docker image create behavior, entrypoint and environment variables are read from docker inspect. Error should not be returned from finding any wrong-formatted env var, which may possibly block docker containerizer. 

Specifically, we may want to just `LOG(WARNING)` for those unexpected env var (Please see https://github.com/apache/mesos/blob/master/src/docker/docker.cpp#L388~#L395).



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)