update with ca node

pull/4/head
Baohua Yang 2016-08-04 11:01:49 +08:00
parent 5203474de1
commit 1828f21eac
2 changed files with 5 additions and 1 deletions

View File

@ -1,4 +1,7 @@
# This compose file will 4 hyperledger peer nodes for testing # This compose file will 4 hyperledger peer nodes + 1 CA node for testing
# Suggest add a delay to start VP nodes before CA:
# command: sh -c "sleep 5; peer node start"
#
# vp0: validating node as root # vp0: validating node as root
# vp1: validating node as peer # vp1: validating node as peer
# vp2: validating node as peer # vp2: validating node as peer

View File

@ -27,3 +27,4 @@ vp:
volumes: # docker.sock is mapped as the default CORE_VM_ENDPOINT volumes: # docker.sock is mapped as the default CORE_VM_ENDPOINT
- /var/run/docker.sock:/var/run/docker.sock - /var/run/docker.sock:/var/run/docker.sock
command: peer node start # this repeats the default cmd to make sure command: peer node start # this repeats the default cmd to make sure
# command: sh -c "sleep 5; peer node start" # user this with CA