[
https://issues.apache.org/jira/browse/MESOS-2162?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14377941#comment-14377941
]
Steven Schlansker commented on MESOS-2162:
------------------------------------------
There is a library linked above which may be a good starting point.
Alternately, if you want to start off simple, you could consider instead
executing the 'rkt' command line tool rather than building it into the executor
directly. I believe this is how Docker works now. It may be actually very
straightforward to clone the Docker approach and replace all Docker options
with their Rocket equivalent.
> 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)