Yes, I know Rendler, it is an example of using mesos in c++, but it don't use 
docker container

I want to see a framework written in C++ how to set up docker with mesos, I 
find the example
docker_no_executor_framework can't work in my case.

So thank you all the same.

----------------------------------------
陈宗志
 
Blog:baotiao.github.io
 
 
 

> On May 29, 2015, at 15:29, Adam Bordelon <a...@mesosphere.io> wrote:
> 
> I don't know of a C++ framework that uses docker containers yet, but for a
> simple example C++ framework, check out the RENDLER:
> https://github.com/mesosphere/RENDLER/tree/master/cpp
> 
> For a docker-enabled framework written in Go, try Swarm:
> https://github.com/docker/swarm/blob/master/cluster/mesos/task.go#L37
> For a Scala example with docker, see Marathon:
> https://github.com/mesosphere/marathon/blob/master/src/main/scala/mesosphere/mesos/TaskBuilder.scala
> https://github.com/mesosphere/marathon/blob/master/src/main/scala/mesosphere/marathon/state/Container.scala
> 
> On Thu, May 28, 2015 at 4:39 AM, baotiao <baot...@gmail.com> wrote:
> 
>> 
>> Hi all
>> 
>> I run the example docker_no_executor_framework,  But  return  No container
>> info found, skipping launch. So I think because in the code, the task don't
>> set the container. So can you give me an example how to set the docker with
>> executor in c++? or is there a framework written in c++, so I can learn for
>> it.
>> 
>> 
>> 
>> ----------------------------------------
>> 陈宗志
>> 
>> Blog:baotiao.github.io
>> 
>> 
>> 
>> 
>> 

Reply via email to