How to create pod in Mesosphere with container type as Docker?

5/16/2017

I am trying to create a pod in Mesosphere but there is no option in configuration to define container type as Docker. Default container type getting launched is Mesos.

-- Vivek Kumar
dcos
docker
kubernetes-mesos
mesos
mesosphere

1 Answer

5/16/2017

Pods in Mesos only supports the Mesos Containerizer, which you can use to launch Docker containers or other containers. Building pods into Mesos meant changing the executor that the containerizer launches when it sees a pod definition. For more info see the Marathon documentation.

-- Judith Malnick
Source: StackOverflow