Skip to content

virtualstaticvoid/docker_mesos_vagrant

Repository files navigation

Mesos + Marathon Example

Inspired by mesosphere-docker this is a fully working setup for Vagrant.

Requirements

Getting Started

Get the sources

git clone git@bitbucket.org:virtualstaticvoid/docker_mesos_vagrant.git
cd docker_mesos_vagrant
git submodule init
git submodule update

On the host, start the vagrant box

vagrant up

Login to the vagrant, and run docker containers

vagrant ssh
cd /vagrant
./init

On the host, open the mesos web console

http://localhost:5050

On the host, open the marathon web console

http://localhost:8080

Releases

No releases published

Packages

No packages published

Languages