docker-containers icon indicating copy to clipboard operation
docker-containers copied to clipboard

Local Persistent Volume mount() Silently Fails

Open zanes2016 opened this issue 6 years ago • 0 comments

Local persistent volumes of type root fails to mount if mesos-agent is run in the docker container. I assume this is because the mesos-agent process is unaware that it's running inside a container. The local volume mount does not take place on the host machine.

Is there a way to allow the mesos local persistent root volumes to work when running mesos-agent inside the Docker container?

Environment Marathon: Version 1.7.50 Mesos: mesosphere/mesos:1.7.0

zanes2016 avatar Sep 22 '18 17:09 zanes2016