Gilbert Song created MESOS-4046: ----------------------------------- Summary: Enable `Env` specified in docker image can be returned from docker pull Key: MESOS-4046 URL: https://issues.apache.org/jira/browse/MESOS-4046 Project: Mesos Issue Type: Improvement Components: docker Reporter: Gilbert Song Assignee: Gilbert Song
Currently docker pull only return an image structure, which only contains entrypoint info. We have docker inspect as a subprocess inside docker pull, which contains many other useful information of a docker image. We should be able to support returning environment variables information from the image. -- This message was sent by Atlassian JIRA (v6.3.4#6332)