On 2017-09-12 19:22, Thodoris Zois <[email protected]> wrote: > Hello, > > I am using, Mesos Containerizer with Docker Images. > Is there any way to specify my command for docker run? I would like to pass > some arguments for the docker image, like âprivileged and an enviromental > variable > > Thank you, > Thodoris
Hi, I have the impression that can't use the `docker run` command. Need to use the running framework task configuration. For more details please refer to: https://mesosphere.github.io/marathon/docs/native-docker.html

