github.com/sykesm/fabric@v1.1.0-preview.0.20200129034918-2aa12b1a0181/integration/lifecycle/testdata/docker-compose.yaml (about) 1 # Copyright IBM Corp. All Rights Reserved. 2 # 3 # SPDX-License-Identifier: Apache-2.0 4 # 5 6 version: '2' 7 services: 8 cli: 9 container_name: cli 10 image: hyperledger/fabric-tools:1.4 11 tty: true 12 stdin_open: true 13 working_dir: /opt/gopath/src/github.com/hyperledger/fabric/peer 14 command: /bin/bash 15 volumes: 16 - /var/run/:/host/var/run/ 17 - ./chaincode/:/opt/gopath/src/github.com/chaincode