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.
Asked
Active
Viewed 137 times
1 Answers
3
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
- 341
- 1
- 6