File tree 2 files changed +8
-8
lines changed
2 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -245,7 +245,7 @@ continue reading. In these next sections we'll walk through the various steps
245
245
and requirements to build a fully-functional Hyperledger Fabric network.
246
246
247
247
.. note :: The manual steps outlined below assume that the ``CORE_LOGGING_LEVEL`` in
248
- the CLI container is set to ``DEBUG ``. You can set this by modifying
248
+ the `` cli `` container is set to ``DEBUG ``. You can set this by modifying
249
249
the ``docker-compose-cli.yaml `` file in the ``first-network `` directory.
250
250
e.g.
251
251
@@ -256,11 +256,11 @@ and requirements to build a fully-functional Hyperledger Fabric network.
256
256
image: hyperledger/fabric-tools:$IMAGE_TAG
257
257
tty: true
258
258
stdin_open: true
259
- environment:
260
- - GOPATH=/opt/gopath
261
- - CORE_VM_ENDPOINT=unix:///host/var/run/docker.sock
262
- - CORE_LOGGING_LEVEL=DEBUG
263
- #- CORE_LOGGING_LEVEL=INFO
259
+ environment:
260
+ - GOPATH=/opt/gopath
261
+ - CORE_VM_ENDPOINT=unix:///host/var/run/docker.sock
262
+ - CORE_LOGGING_LEVEL=DEBUG
263
+ #- CORE_LOGGING_LEVEL=INFO
264
264
265
265
Crypto Generator
266
266
----------------
Original file line number Diff line number Diff line change @@ -106,13 +106,13 @@ Bring Org3 into the Channel Manually
106
106
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
107
107
108
108
.. note :: The manual steps outlined below assume that the ``CORE_LOGGING_LEVEL`` in
109
- the CLI container is set to ``DEBUG ``. You can set this by modifying
109
+ the `` Org3cli `` container is set to ``DEBUG ``. You can set this by modifying
110
110
the ``docker-compose-org3.yaml `` file in the ``first-network `` directory.
111
111
e.g.
112
112
113
113
.. code ::
114
114
115
- Org3cli:
115
+ Org3cli:
116
116
container_name: Org3cli
117
117
image: hyperledger/fabric-tools:$IMAGE_TAG
118
118
tty: true
You can’t perform that action at this time.
0 commit comments