0

I'm trying to use Apache Marathon to run my container based application. For this I've installed Mesos, Zookeeper, marathon and Docker. Is there anything other than that I need to install. I'm trying Simple docker-based application in this https://mesosphere.github.io/marathon/docs/application-basics.html

I am not able to run this, it is only showing deploying

maratho giving INFO delaying /basic-3 due to backoff. Is the procedure I followed correct. Any help is much appreciated. I've installed my master and slave on same machine

thanks

4

1 回答 1

0

你能先检查一下你的集群是否正确吗?

  1. 检查是否在 Mesos UI(默认主机名:5050)中注册了从站

  2. 您可以运行一个简单的马拉松作业,例如“睡眠 30”来检查马拉松配置吗?

约尔格

PS 您还可以检查 Mesos 当前是否正在拉取可能需要一段时间的 docker (?) 映像。因此,您可能想查看 Mesos 日志...

于 2015-07-13T11:15:57.960 回答