diff --git a/docs/source/build_network.rst b/docs/source/build_network.rst index 770e836d114..a417c191eb2 100644 --- a/docs/source/build_network.rst +++ b/docs/source/build_network.rst @@ -245,7 +245,7 @@ continue reading. In these next sections we'll walk through the various steps and requirements to build a fully-functional Hyperledger Fabric network. .. note:: The manual steps outlined below assume that the ``CORE_LOGGING_LEVEL`` in - the CLI container is set to ``DEBUG``. You can set this by modifying + the ``cli`` container is set to ``DEBUG``. You can set this by modifying the ``docker-compose-cli.yaml`` file in the ``first-network`` directory. e.g. @@ -256,11 +256,11 @@ and requirements to build a fully-functional Hyperledger Fabric network. image: hyperledger/fabric-tools:$IMAGE_TAG tty: true stdin_open: true - environment: - - GOPATH=/opt/gopath - - CORE_VM_ENDPOINT=unix:///host/var/run/docker.sock - - CORE_LOGGING_LEVEL=DEBUG - #- CORE_LOGGING_LEVEL=INFO + environment: + - GOPATH=/opt/gopath + - CORE_VM_ENDPOINT=unix:///host/var/run/docker.sock + - CORE_LOGGING_LEVEL=DEBUG + #- CORE_LOGGING_LEVEL=INFO Crypto Generator ---------------- diff --git a/docs/source/channel_update_tutorial.rst b/docs/source/channel_update_tutorial.rst index 13d5a196e6f..0290502ba0e 100644 --- a/docs/source/channel_update_tutorial.rst +++ b/docs/source/channel_update_tutorial.rst @@ -106,13 +106,13 @@ Bring Org3 into the Channel Manually ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ .. note:: The manual steps outlined below assume that the ``CORE_LOGGING_LEVEL`` in - the CLI container is set to ``DEBUG``. You can set this by modifying + the ``Org3cli`` container is set to ``DEBUG``. You can set this by modifying the ``docker-compose-org3.yaml`` file in the ``first-network`` directory. e.g. .. code:: - Org3cli: + Org3cli: container_name: Org3cli image: hyperledger/fabric-tools:$IMAGE_TAG tty: true