You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@mesos.apache.org by "Timothy Chen (JIRA)" <ji...@apache.org> on 2015/01/27 02:24:35 UTC

[jira] [Resolved] (MESOS-1850) Cannot provide app parameters without override entrypoint

     [ https://issues.apache.org/jira/browse/MESOS-1850?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Timothy Chen resolved MESOS-1850.
---------------------------------
    Resolution: Fixed

> 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)