Skip to content

Commit

Permalink
[FAB-2984] Use testenv for CLI container
Browse files Browse the repository at this point in the history
Change-Id: Ia01f6dbda138ec4b576ce9fe2f2d51aa80fb7f9d
Signed-off-by: Gregory Haskins <gregory.haskins@gmail.com>
  • Loading branch information
ghaskins committed Apr 4, 2017
1 parent cacb292 commit 998a14f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion examples/e2e_cli/docker-compose-no-tls.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ services:

cli:
container_name: cli
image: hyperledger/fabric-peer
image: hyperledger/fabric-testenv
tty: true
environment:
- GOPATH=/opt/gopath
Expand Down
3 changes: 1 addition & 2 deletions examples/e2e_cli/docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -181,10 +181,9 @@ services:

cli:
container_name: cli
image: hyperledger/fabric-peer
image: hyperledger/fabric-testenv
tty: true
environment:
- GOPATH=/opt/gopath
- CORE_PEER_ADDRESSAUTODETECT=true
- CORE_VM_ENDPOINT=unix:///host/var/run/docker.sock
- CORE_LOGGING_LEVEL=DEBUG
Expand Down
2 changes: 1 addition & 1 deletion examples/e2e_cli/end-to-end.rst
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ Prerequisites
.. code:: bash
# make sure you are in vagrant and in the /fabric directory
make peer-docker orderer-docker
make docker
Execute a ``docker images`` command in your terminal. If the images
compiled successfully, you should see an output similar to the
Expand Down

0 comments on commit 998a14f

Please sign in to comment.