Skip to content

Commit

Permalink
FAB-1783 fix docker compose for peer install
Browse files Browse the repository at this point in the history
https://jira.hyperledger.org/browse/FAB-1783

peer install needs samples in peer. Mount examples on the peer
as well.

Change-Id: I6dc0a4895dd11c7b87b75b2cb91269deb9839052
Signed-off-by: Srinivasan Muralidharan <muralisr@us.ibm.com>
  • Loading branch information
Srinivasan Muralidharan committed Feb 10, 2017
1 parent 1dd5c94 commit 7158ab3
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions docs/docker-compose-channel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,9 @@ services:
- orderer:orderer
volumes:
- /var/run/:/host/var/run/
#in the "- <HOST>:/opt/gopath/src/github.com/hyperledger/fabric/examples/" mapping below, the HOST part
#should be modified to the path on the host. This will work as is in the Vagrant environment
- /opt/gopath/src/github.com/hyperledger/fabric/examples/:/opt/gopath/src/github.com/hyperledger/fabric/examples/
depends_on:
- orderer
networks:
Expand Down

0 comments on commit 7158ab3

Please sign in to comment.