docker-containers
docker-containers copied to clipboard
Local Persistent Volume mount() Silently Fails
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