Return-Path: X-Original-To: apmail-couchdb-commits-archive@www.apache.org Delivered-To: apmail-couchdb-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id A0162178E2 for ; Tue, 21 Oct 2014 07:06:31 +0000 (UTC) Received: (qmail 29207 invoked by uid 500); 21 Oct 2014 07:06:31 -0000 Delivered-To: apmail-couchdb-commits-archive@couchdb.apache.org Received: (qmail 29157 invoked by uid 500); 21 Oct 2014 07:06:31 -0000 Mailing-List: contact commits-help@couchdb.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@couchdb.apache.org Delivered-To: mailing list commits@couchdb.apache.org Received: (qmail 29148 invoked by uid 99); 21 Oct 2014 07:06:31 -0000 Received: from tyr.zones.apache.org (HELO tyr.zones.apache.org) (140.211.11.114) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 21 Oct 2014 07:06:31 +0000 Received: by tyr.zones.apache.org (Postfix, from userid 65534) id 2D254935A05; Tue, 21 Oct 2014 07:06:31 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: dch@apache.org To: commits@couchdb.apache.org Message-Id: <6c8e83721dc049a0b87b2167d52369fa@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: couchdb commit: updated refs/heads/master to accee36 Date: Tue, 21 Oct 2014 07:06:31 +0000 (UTC) Repository: couchdb Updated Branches: refs/heads/master 1cfc6a12b -> accee3610 Clarify docker instructions - closes #274 Project: http://git-wip-us.apache.org/repos/asf/couchdb/repo Commit: http://git-wip-us.apache.org/repos/asf/couchdb/commit/accee361 Tree: http://git-wip-us.apache.org/repos/asf/couchdb/tree/accee361 Diff: http://git-wip-us.apache.org/repos/asf/couchdb/diff/accee361 Branch: refs/heads/master Commit: accee361012bb71c0733edb513c2f07c385fcf5d Parents: 1cfc6a1 Author: Chris Snow Authored: Tue Oct 21 07:52:06 2014 +0100 Committer: Dave Cottlehuber Committed: Tue Oct 21 09:02:22 2014 +0200 ---------------------------------------------------------------------- DEVELOPERS | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/couchdb/blob/accee361/DEVELOPERS ---------------------------------------------------------------------- diff --git a/DEVELOPERS b/DEVELOPERS index 1c0c08d..94bb683 100644 --- a/DEVELOPERS +++ b/DEVELOPERS @@ -146,9 +146,9 @@ Testing a cluster ----------------- We use Docker (https://docker.io) to safely run a local three node -cluster. +cluster all inside a single docker container. -Assuming you have Docker installed and running; +Assuming you have Docker installed and running: make docker-image