Skip to content

Commit

Permalink
Merge "[FAB-2849] Use fabric-couchdb in devenv tool"
Browse files Browse the repository at this point in the history
  • Loading branch information
Srinivasan Muralidharan authored and Gerrit Code Review committed Apr 3, 2017
2 parents 8b6b749 + a04d60a commit 9428140
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions devenv/tools/couchdb
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,12 @@ case "$1" in
--publish 5984:5984 `# publish port` \
--detach `# run as daemon` \
--name couchdb `# name container` \
`# map database dir to a host dir` \
klaemo/couchdb:2.0.0
hyperledger/fabric-couchdb
rc=$?
if [[ $rc != 0 ]]
then
echo "Run 'make couchdb' from 'fabric' directory to build fabric-couchdb docker image locally."
fi
;;
esac
;;
Expand Down

0 comments on commit 9428140

Please sign in to comment.