Skip to content

Latest commit

 

History

History
9 lines (5 loc) · 565 Bytes

README.md

File metadata and controls

9 lines (5 loc) · 565 Bytes

Cook Docker

A few scripts to get a cook cluster started, along with mesos, zookeeper and marathon. It makes use of minimesos to get the mesos cluster started.

The scripts below assume you have docker installed. If you do not, first follow https://docs.docker.com/linux/step_one/.

bin/prepare-docker will build the docker image specifed by docker-cook/Dockerfile

bin/setup.sh will pull down minimesos if you don't have it, start a minimesos cluster and then start cook to connect to the cluster as a framework.