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 <[email protected]> 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