ContainerSolutions / mesos-starter

https://container-solutions.com/mesos-starter/
45 stars 10 forks source link

In Docker mode, add options for Network mode, command and arguments #26

Closed philwinder closed 8 years ago

philwinder commented 8 years ago

E.g. mesos.docker.network="HOST" mesos.docker.command="kibana" and mesos.docker.parameter="--port ${MESOS_PORT_0}" (edited)

Port injection consider in another issue.

mwl commented 8 years ago

I think this can be achieved through SPEL, by evaluating the parameter string in the SPEL parser

philwinder commented 8 years ago

Duplicate of #25 #27 and #29