Changes as requested by @ttmc

This commit is contained in:
krish7919 (Krish) 2017-02-09 09:55:53 +01:00
parent f66c44689a
commit 1be05d3ffc

View File

@ -27,7 +27,7 @@ docker run \
--tty \ --tty \
--volume "$HOME/bigchaindb_docker:/data" \ --volume "$HOME/bigchaindb_docker:/data" \
bigchaindb/bigchaindb \ bigchaindb/bigchaindb \
-y configure --dev-allow-temp-keypair \ -y configure \
[mongodb|rethinkdb] [mongodb|rethinkdb]
Generating keypair Generating keypair
@ -58,7 +58,7 @@ Let's analyze that command:
### Run the backend database ### Run the backend database
From v0.9 onwards, you can run either RethinkDB or MongoDB. 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. communication between the BigchainDB and database containers.
It has an IP address of 172.17.0.1 by default. It has an IP address of 172.17.0.1 by default.