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 6DB2ACC8E for ; Fri, 28 Nov 2014 21:00:05 +0000 (UTC) Received: (qmail 97962 invoked by uid 500); 28 Nov 2014 21:00:04 -0000 Delivered-To: apmail-couchdb-commits-archive@couchdb.apache.org Received: (qmail 97824 invoked by uid 500); 28 Nov 2014 21:00:04 -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 96695 invoked by uid 99); 28 Nov 2014 21:00:04 -0000 Received: from tyr.zones.apache.org (HELO tyr.zones.apache.org) (140.211.11.114) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 28 Nov 2014 21:00:04 +0000 Received: by tyr.zones.apache.org (Postfix, from userid 65534) id 03A3D8B6998; Fri, 28 Nov 2014 21:00:04 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: robertkowalski@apache.org To: commits@couchdb.apache.org Date: Fri, 28 Nov 2014 21:00:26 -0000 Message-Id: <9c393d471d674fc4ad846b44dc3b5d64@git.apache.org> In-Reply-To: <73dbd4c3aedd405d98e87fed3b3c1cb9@git.apache.org> References: <73dbd4c3aedd405d98e87fed3b3c1cb9@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: [24/47] couchdb commit: updated refs/heads/enable-csp-default to dbd38a1 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/enable-csp-default 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