Skip to content

Commit

Permalink
updated nodesdk image name in docker-compose
Browse files Browse the repository at this point in the history
nodesdk image in docker-compose file is referring to fabric-node-sdk but
actual image name in dockerhub is referring to fabric-starter-kit
with latest and x86_64-0.6.1-preview tags.

Change-Id: Ie798541ca458abf56d9e9e854e0c2292ce8e2d1a
Signed-off-by: rameshthoomu <rameshbabu.thoomu@gmail.com>
  • Loading branch information
rameshthoomu committed Oct 19, 2016
1 parent 8ffaebb commit fa02382
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions examples/sdk/node/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@ peer:
- membersrvc

nodesdk:
container_name: nodesdk
image: hyperledger/fabric-node-sdk
container_name: starter-kit
image: hyperledger/fabric-starter-kit
volumes:
- ~/mytest:/user/mytest
environment:
Expand Down

0 comments on commit fa02382

Please sign in to comment.