Mesos unified container

GOD-35 - Getting issue details... STATUS

 

Mesos unified container tries to merge mesos and docker containerizers (http://mesos.apache.org/documentation/latest/container-image/)

Impact:


- use mesos instead of docker in ContainerInfo
- host mode only supported at this time => no port mapping (waiting for CNI implementation), this is an issue to open ports as there could be conflicts, or need to select an available port then application needs to know that it should use this port.
        Use of Calico could solve this (assign ip address to container) but calico open network between containers but not from outside to container, application needs to send calico cmds to open needed ports on create network
- does not support at this time mount of external storage out of mesos sandbox (should test docker volume isolator, not yet released, maybe 0.29)