After an update of Docker to the version 26 my docker images deployed in Mesos/Marathon are not starting anymore.
The reason is probably due to the following: In version 26 Docker the field "Container" and "ContainerConfig" were removed from docker inspect (see https://docs.docker.com/engine/deprecated/#container-and-containerconfig-fields-in-image-inspect) However, https://github.com/apache/mesos/blob/master/src/docker/docker.cpp is using these fields.

