You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In standalone, $ vagrant up --provider=docker pulls mesosphere/mesos image from Docker hub and run it and provision mesos-master/slave with cookbook-mesos, and installs marathon and chronos.
In multinode, most part is the same except that we might need some network configurations between docker containers.
Docker can spin up containers more quickly than virtualbox and aws. And vagrant supports docker provider.
We could utilize mesosphere's container mesosphere/mesos
I would like to keep using [cookbook-mesos] to provision
mesos-{master|slave}
.The text was updated successfully, but these errors were encountered: