Skip to content

ktf/docks

This branch is 3 commits ahead of, 145 commits behind alisw/docks:master.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

85d3c08 · Feb 3, 2017
Apr 5, 2016
Feb 22, 2016
Feb 3, 2017
Feb 3, 2017
Sep 7, 2015
Sep 19, 2016
Apr 26, 2016
Apr 26, 2016
Jan 11, 2017
Oct 13, 2016
Feb 18, 2016
Sep 14, 2015
Jan 8, 2016
Feb 3, 2017
Feb 3, 2017
Jan 19, 2017
Feb 3, 2017
Jan 15, 2016
Feb 3, 2017
Jul 8, 2016
Apr 5, 2016
Jul 8, 2015
Jan 8, 2016
Dec 18, 2015
Jan 16, 2017
Dec 1, 2016
Jun 17, 2016
Jul 20, 2016
May 1, 2016
Jun 4, 2015
Sep 19, 2016
Sep 2, 2016
Feb 2, 2017
Apr 26, 2016
Apr 26, 2016
Jun 1, 2016
Jan 17, 2017
Jan 16, 2017
Oct 1, 2016
Jun 11, 2015
Feb 3, 2017
Feb 3, 2017
Mar 28, 2016
Dec 10, 2015

Repository files navigation

Docker images description

  • mesos-base: basic mesos installation.
  • mesos-slave: a self contained Mesos Slave instance
  • mesos-master: a self contained Mesos Master instance
  • elasticsearch: a customized elasticsearch instance with HEAD and Marvel plugins installed.

Building with docker

Usually you want to build images with:

docker build -t alisw/<image-name> <image-name>

Building images with packer

Some of the images now have a packer.json file which allows them to be built using hashicorp packer. This has the nice advantage that we can customize and upload the images in one go. To build them:

brew install packer # > 0.10.0
packer build <image-name>/packer.json

About

Alice Docker Repository

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 94.9%
  • Makefile 5.1%