I successfully integrated Docker Swarm with mesos and everything is going fine.
But now I can start containers on Docker swarm only from the Command line like this:
docker -H :4375 run -idt --cpu-shares 1 busybox.
I am using Marathon for job scheduling in my cluster; is there any way to start a docker container on docker swarm integrated with mesos using Marathon?
Is it possible to do it with some other scheduler other than Marathon?