Skip to content

Commit 998a14f

Browse files
committed
[FAB-2984] Use testenv for CLI container
Change-Id: Ia01f6dbda138ec4b576ce9fe2f2d51aa80fb7f9d Signed-off-by: Gregory Haskins <[email protected]>
1 parent cacb292 commit 998a14f

File tree

3 files changed

+3
-4
lines changed

3 files changed

+3
-4
lines changed

examples/e2e_cli/docker-compose-no-tls.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ services:
102102

103103
cli:
104104
container_name: cli
105-
image: hyperledger/fabric-peer
105+
image: hyperledger/fabric-testenv
106106
tty: true
107107
environment:
108108
- GOPATH=/opt/gopath

examples/e2e_cli/docker-compose.yaml

+1-2
Original file line numberDiff line numberDiff line change
@@ -181,10 +181,9 @@ services:
181181

182182
cli:
183183
container_name: cli
184-
image: hyperledger/fabric-peer
184+
image: hyperledger/fabric-testenv
185185
tty: true
186186
environment:
187-
- GOPATH=/opt/gopath
188187
- CORE_PEER_ADDRESSAUTODETECT=true
189188
- CORE_VM_ENDPOINT=unix:///host/var/run/docker.sock
190189
- CORE_LOGGING_LEVEL=DEBUG

examples/e2e_cli/end-to-end.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ Prerequisites
4545
.. code:: bash
4646
4747
# make sure you are in vagrant and in the /fabric directory
48-
make peer-docker orderer-docker
48+
make docker
4949
5050
Execute a ``docker images`` command in your terminal. If the images
5151
compiled successfully, you should see an output similar to the

0 commit comments

Comments
 (0)