mirror of
https://github.com/bigchaindb/bigchaindb.git
synced 2024-10-13 13:34:05 +00:00
Changes as requested by @ttmc
This commit is contained in:
parent
f66c44689a
commit
1be05d3ffc
@ -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.
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user