Since upgrading to Marathon 1.1, I don't see an option in GUI to map host path to Docker container path (as usually submitted with docker --volume flag).
Since my applications are still running, I assume that json way still works:
...
"volumes": [
{
"containerPath": "/data/hadoop",
"hostPath": "/opt/data/hadoop",
"mode": "RW"
}
]
...
Is there a plan to discontinue support for volume mappings?
GUI volume config:

If submitted via JSON:

Relevant? :-)

Hi @liquid-sky
we didn't remove the spacebar heating 馃槈 simply make sure you specify a docker image first in the Docker Container settings to access the docker volume settings.
@leemunroe we should consider adding a tooltip or some sort of information in the Volumes section mentioning that you need to specify a docker image first to have access to the docker volumes.
Alternatively we could simply "grey out" the Docker settings until an image is set.
Show the volume widgets, but make them disabled with a tooltip "only available for Docker containers".
Ahh, just noticed that the section appears when docker image name is entered. Thanks, folks!
@sttts solution sounds good. Something like "First configure your Docker container" and link to the section.
Note: This issue has been migrated to https://jira.mesosphere.com/browse/MARATHON-1884. For more information see https://groups.google.com/forum/#!topic/marathon-framework/khtvf-ifnp8.
Most helpful comment
Show the volume widgets, but make them disabled with a tooltip "only available for Docker containers".