Closed philwinder closed 8 years ago
E.g. mesos.docker.network="HOST" mesos.docker.command="kibana" and mesos.docker.parameter="--port ${MESOS_PORT_0}" (edited)
mesos.docker.network="HOST"
mesos.docker.command="kibana"
mesos.docker.parameter="--port ${MESOS_PORT_0}"
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
E.g.
mesos.docker.network="HOST"
mesos.docker.command="kibana"
andmesos.docker.parameter="--port ${MESOS_PORT_0}"
(edited)Port injection consider in another issue.