From b977ed6f6fb19b08173bb719f6e10748ba7471e5 Mon Sep 17 00:00:00 2001 From: Ahmed Muawia Khan Date: Thu, 2 Aug 2018 11:40:29 +0200 Subject: [PATCH] Address comments II - Clarify that this image is not well suited for a network deployment --- docs/server/source/appendices/all-in-one-bigchaindb.md | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/docs/server/source/appendices/all-in-one-bigchaindb.md b/docs/server/source/appendices/all-in-one-bigchaindb.md index 149fd3f1..601da89e 100644 --- a/docs/server/source/appendices/all-in-one-bigchaindb.md +++ b/docs/server/source/appendices/all-in-one-bigchaindb.md @@ -1,7 +1,5 @@ # Run BigchainDB with all-in-one Docker -**NOT for Production Use** - For those who like using Docker and wish to experiment with BigchainDB in non-production environments, we currently maintain a BigchainDB all-in-one Docker image and a @@ -13,8 +11,8 @@ This image contains all the services required for a BigchainDB node i.e. - MongoDB - Tendermint -**Note:** *This image is to help quick deployment for early adopters, for a more standard* -*approach please refer to one of our deployment guides:* +**Note:** **NOT for Production Use:** *This is an single node opinionated image not well suited for a network deployment.* +*This image is to help quick deployment for early adopters, for a more standard approach please refer to one of our deployment guides:* - [BigchainDB developer setup guides](https://docs.bigchaindb.com/projects/contributing/en/latest/dev-setup-coding-and-contribution-process/index.html). - [BigchainDB with Kubernetes](http://docs.bigchaindb.com/projects/server/en/latest/production-deployment-template/index.html).