ContainerSolutions / mesos-starter

Home Page:https://container-solutions.com/mesos-starter/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

philwinder opened this issue · comments

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.

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

Duplicate of #25 #27 and #29