Skip to content

Commit

Permalink
FAB-4008 Run cli container on peer image
Browse files Browse the repository at this point in the history
    update testenv in docker-compose-cli.yaml file in examples/e2e_cli
    folder to peer image. We don't publish testenv image to hyperledger
    dockerhub account so user has to build docker image using make docker
    to build testenv image.

Change-Id: I01c8138ec33ed6c35532b23ddb573e34cbd49b2f
Signed-off-by: rameshthoomu <rameshbabu.thoomu@gmail.com>
  • Loading branch information
rameshthoomu committed May 18, 2017
1 parent 217b8f6 commit 9d14e85
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/e2e_cli/docker-compose-cli.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ services:

cli:
container_name: cli
image: hyperledger/fabric-testenv
image: hyperledger/fabric-peer
tty: true
environment:
- GOPATH=/opt/gopath
Expand Down

0 comments on commit 9d14e85

Please sign in to comment.