From 1be05d3ffc24fc56ea641d76b577dd1719340341 Mon Sep 17 00:00:00 2001 From: "krish7919 (Krish)" Date: Thu, 9 Feb 2017 09:55:53 +0100 Subject: [PATCH] Changes as requested by @ttmc --- docs/server/source/appendices/run-with-docker.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/server/source/appendices/run-with-docker.md b/docs/server/source/appendices/run-with-docker.md index 6c401102..7c6f9777 100644 --- a/docs/server/source/appendices/run-with-docker.md +++ b/docs/server/source/appendices/run-with-docker.md @@ -27,7 +27,7 @@ docker run \ --tty \ --volume "$HOME/bigchaindb_docker:/data" \ bigchaindb/bigchaindb \ - -y configure --dev-allow-temp-keypair \ + -y configure \ [mongodb|rethinkdb] Generating keypair @@ -58,7 +58,7 @@ Let's analyze that command: ### Run the backend database From v0.9 onwards, you can run either RethinkDB or MongoDB. -We use the virtual interface created by the docker daemon to allow +We use the virtual interface created by the Docker daemon to allow communication between the BigchainDB and database containers. It has an IP address of 172.17.0.1 by default.