This project downloads a vagrant box with Mesos and Docker preinstalled from Atlas. By default this will launch one master and five slaves. The master also runs Zookeeper, Marathon, and Chronos.
- Vagrant version 1.7.0+
- Virtualbox
vagrant up
vagrant suspend
vagrant destroy
Change version variable in Vagranfile
Change NUMBER_OF_SLAVES
variable in Vagranfile
Change MASTER_MEMORY
and/or SLAVE_MEMORY
variable in Vagranfile
Put your ca file(s) in the CAs directory
vagrant box add BOX_NAME PATH_TO_BOX_FILE
- Change box name in Vagranfile
Fork away, commit, and send a pull request.