- Clone the project.
git clone https://github.com/shriramsharma/docker-mesos.git
- Build the DockerFile.
sudo docker build -t <user_name>/<image_name> .
- Run the docker image.
sudo docker run -d -p 2222:22 -p 5050:5050 <user_name>/<image_name>
- SSH
ssh root@<ip_address> -p 2222
- From inside the Mesos run:
./configure
- Run make
make
- Launch the master
bin/mesos-master.sh
- To launch a slave
bin/mesos-slave.sh --master=<ip_address>:5050
Check Readme here for more info -> https://github.com/apache/mesos/blob/master/docs/getting-started.md