[
https://issues.apache.org/jira/browse/MESOS-2162?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14378116#comment-14378116
]
Timothy Chen commented on MESOS-2162:
-------------------------------------
Hi there, thanks for your interest in this.
This issue is about implementing the Appc runtime spec as you mentioned, which
more precisely implement the App container executor spec:
https://github.com/appc/spec/blob/master/SPEC.md#app-container-executor
There is already an existing project here that you can use as a starting point
to do lots of the AppSpec image extraction/discovery pieces:
https://github.com/cdaylward/libappc
The Docker containerizer as it is shouldn't be a good reference point, since
it's shelling out to Docker client in many places.
The Rocket containerizer if we do that after this issue, is hopefully to use
the runtime library and plug directly into Mesos to build this containerizer,
also hopefully can reuse components and pieces that are already in Mesos.
Feel free to submit your proposal, we can definitely chat more if you any
questions. You can leave a comment here, email me (tim at mesosphere dot io) or
find me on IRC #mesos as tnachen.
> Consider a C++ implementation of CoreOS AppContainer spec
> ---------------------------------------------------------
>
> Key: MESOS-2162
> URL: https://issues.apache.org/jira/browse/MESOS-2162
> Project: Mesos
> Issue Type: Story
> Components: containerization
> Reporter: Dominic Hamon
> Labels: gsoc2015, mesosphere, twitter
>
> CoreOS have released a
> [specification|https://github.com/coreos/rocket/blob/master/app-container/SPEC.md]
> for a container abstraction as an alternative to Docker. They have also
> released a reference implementation, [rocket|https://coreos.com/blog/rocket/].
> We should consider a C++ implementation of the specification to have parity
> with the community and then use this implementation for our containerizer.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)