mirror of
https://github.com/bigchaindb/bigchaindb.git
synced 2024-10-13 13:34:05 +00:00
Merge pull request #1139 from bigchaindb/docs-error
Add param 'rethinkdb' in docs for configure cmd. With support for both mongo and rethink now, the original command for configuration of bigchaindb: ``` docker run --rm -v "$HOME/bigchaindb_docker:/data" -ti bigchaindb/bigchaindb -y configure ``` needs to be updated to ``` docker run --rm -v "$HOME/bigchaindb_docker:/data" -ti bigchaindb/bigchaindb -y configure rethinkdb ``` for docker to work without breaking.
This commit is contained in:
commit
d14f06c9d0
@ -21,7 +21,7 @@ be stored in a file on your host machine at `~/bigchaindb_docker/.bigchaindb`:
|
||||
|
||||
```text
|
||||
docker run --rm -v "$HOME/bigchaindb_docker:/data" -ti \
|
||||
bigchaindb/bigchaindb -y configure
|
||||
bigchaindb/bigchaindb -y configure rethinkdb
|
||||
Generating keypair
|
||||
Configuration written to /data/.bigchaindb
|
||||
Ready to go!
|
||||
|
Loading…
x
Reference in New Issue
Block a user