-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/25369/
-----------------------------------------------------------

Review request for mesos and Timothy Chen.


Repository: mesos


Description
-------

Add Dockerfile for building Mesos from source


Diffs
-----

  Dockerfile PRE-CREATION 

Diff: https://reviews.apache.org/r/25369/diff/


Testing
-------

Create snapshot builds with: 
docker build -t mesos/mesos:git-`git rev-parse --short HEAD` .

Run master/slave with:
docker run mesos/mesos:git-`git rev-parse --short HEAD` mesos-master [options]
docker run mesos/mesos:git-`git rev-parse --short HEAD` mesos-slave [options]

Some Docker layer gymanstics are performed during the final layer to remove 
build dependencies and reduce image size from ~5GB to < 2GB.


Thanks,

Gabriel Monroy

Reply via email to