From b9f13403120c6026ef83ca0f158500eca0294878 Mon Sep 17 00:00:00 2001 From: samalba Date: Wed, 1 May 2013 06:39:53 -0700 Subject: [PATCH] Updated Public docker images (markdown) --- Public-docker-images.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/Public-docker-images.md b/Public-docker-images.md index 4e0f897..a022ff9 100644 --- a/Public-docker-images.md +++ b/Public-docker-images.md @@ -125,6 +125,7 @@ docker run -d -p 5984 shykes/couchdb /bin/sh -e /usr/bin/couchdb -a /etc/couchdb Container source available at http://github.com/shykes/couchdb + ### PostgreSQL http://www.postgresql.org/ @@ -136,6 +137,22 @@ This will provision a PostgreSQL container, and create a `root` user with passwo Container source available at https://gist.github.com/jpetazzo/5494158 + +### Hipache + +https://github.com/dotcloud/hipache + +``` +docker run -p :6379 -p :80 samalba/hipache supervisord -n +``` + +This will launch a supervisord in foreground which spawns an Hipache daemon (using the dev config, but easy to change) + redis-server. + +The redis-server is spawned inside the same container on purpose. Current Hipache's architecture does not share a Redis among several machines, but among several Hipache's workers in the same machine. + +Container source is available in the Hipache's repos: https://github.com/dotcloud/hipache/blob/master/Dockerfile + + ### Memcached http://memcached.org/