This is an automated email from the ASF dual-hosted git repository. garren pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/couchdb-docker.git
commit 287d340a6cfec2ce7e83b5b0bca716a45d37ac6e Author: klaemo <[email protected]> AuthorDate: Thu Jul 21 22:43:16 2016 +0200 update readme --- README.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index e798786..662160b 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,8 @@ If you're looking for a CouchDB with SSL support you can check out [klaemo/couch - `1`, `1.6`, `1.6.1`, `latest`: CouchDB 1.6.1 - `1-couchperuser`, `1.6-couchperuser`, `1.6.1-couchperuser`: CouchDB 1.6.1 with couchperuser plugin -- `2.0-dev`: CouchDB 2.0 master (development version) with preconfigured dev cluster +- `2.0-dev`: CouchDB 2.0 RC2 (development version) with preconfigured dev cluster +- `2.0-rc2`: CouchDB 2.0 RC2 (development version) single node - `2.0-dev-docs`: CouchDB 2.0 master (development version) with preconfigured dev cluster and documentation - `2.0-single`: CouchDB 2.0 master (development version) @@ -81,8 +82,8 @@ Once running, you can visit the new admin interface at `http://dockerhost:5984/_ ### In a developer cluster Available on the docker registry as [klaemo/couchdb:2.0-dev](https://index.docker.io/u/klaemo/couchdb/). -This build demonstrates the CouchDB clustering features by creating a local -cluster of a default three nodes inside the container, with a proxy in front. +This build demonstrates the CouchDB clustering features by creating a local +cluster of a default three nodes inside the container, with a proxy in front. This is great for testing clustering in your local environment. ```bash -- To stop receiving notification emails like this one, please contact "[email protected]" <[email protected]>.
