Adam Spektor created MESOS-1850:
-----------------------------------
Summary: Cannot provide app parameters without override entrypoint
Key: MESOS-1850
URL: https://issues.apache.org/jira/browse/MESOS-1850
Project: Mesos
Issue Type: Bug
Affects Versions: 0.20.1
Environment: Mesos 0.20.1 Marathon 0.7.1
Reporter: Adam Spektor
Priority: Blocker
Example :
docker run -d --name tomcat-gateway-consul-node-1 -h
tomcat-gateway-consul-node-1 -p :9090 -p :8085 -p :9332 -p :9333 --volumes-from
lookup-data --volume=/etc/timezone:/etc/timezone:ro
tomcat-consul-gateway:1.0.0-9999 -join=$(docker inspect -f '{{
.NetworkSettings.IPAddress }}' consul)
Cannot find a way to pass -join=$(docker inspect -f '{{
.NetworkSettings.IPAddress }}' consul) as cmd parameter to application
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)