0

I am creating marathon LB configuration on docker. I build the image from this dockerfile:

https://github.com/mesosphere/marathon-lb/blob/master/Dockerfile

But unable to execute the docker run command:

root@ip-10-1-0-251:~# docker run -e PORTS=9090 rk sse --group external

[FATAL tini (5)] exec /marathon-lb/run failed: No such file or directory

Ank
  • 1,864
  • 4
  • 31
  • 51
Rohan Khanolkar
  • 85
  • 3
  • 12
  • the image already exists on dockerhub https://hub.docker.com/r/mesosphere/marathon-lb/. You can use that. – yamenk Sep 26 '17 at 11:38
  • but can you tell me the exact command to run this with docker run once i pull the image – Rohan Khanolkar Sep 26 '17 at 11:42
  • `docker run -e PORTS=9090 mesosphere/marathon-lb sse` – yamenk Sep 26 '17 at 11:44
  • 2017-09-26 11:58:36,466 marathon_lb: SSE Active, trying fetch events from http://master.mesos:8080/v2/events pycurl.error: (6, 'Could not resolve host: master.mesos') – Rohan Khanolkar Sep 26 '17 at 11:58
  • @RohanKhanolkar can you add some more details about your environment? (the versions of Mesos, marathon, etc.)? It looks like marathon-lb might be running but can't find your Mesos Master? – Judith Malnick Sep 26 '17 at 21:53

0 Answers0