Hi,
The chronos REST API says,
"volumes": [
{
"containerPath": "/var/log/",
"hostPath": "/logs/",
"mode": "RW"
}
Here, How can i add other volumes, like,
/home/usr/conf/test.prop:/conf/test.prop
Finally, when mesos runs the docker images, the volumes should gets converted like,
-v /home/usr/conf/test.prop:/conf/test.prop