hyperledger-archives / education

Hyperledger training material
https://wiki.hyperledger.org/display/LMDWG
Apache License 2.0
372 stars 360 forks source link

Not able to see sawtooth-client-default while installing sawtooth #26

Open ghost opened 6 years ago

ghost commented 6 years ago

While installing sawtooth using below command Command: docker-compose -f sawtooth-default.yaml up

I cannot see sawtooth-client-default instead, it is showing

sawtooth-shell-default | Creating key directory: /root/ .sawtooth/keys sawtooth-shell-default | writing file: /root/ .sawtooth/keys/root.priv sawtooth-shell-default | writing file: /root/ .sawtooth/keys/root.pub

Thus creating a problem in exec sawtooth client default docker exec -it sawtooth-client-default bash getting error: Error response from daemon: No such container sawtooth client default

running docker ps -a gives below sawtooth-shell-default sawtooth-settings-tp-default sawtooth-rest-api-default sawtooth-intkey-tp-python-default sawtooth-xo-tp-python-default sawtooth-validator-default

Can anyone help me to rectify this issue?

Enllave commented 6 years ago

It appears that you have not downloaded the correct file. Try it with: https://github.com/hyperledger/education/blob/master/LFS171x/sawtooth-material/sawtooth-default.yaml

aswinkumarrhex commented 6 years ago

Hi, was searching the net for my issue posted here https://github.com/delventhalz/transfer-chain-js/issues/4

reposting here so some help leads to my solution . thank you ! ASwin

rajchaudhary043 commented 6 years ago

Run this to start client session -

docker exec -it sawtooth-shell-default bash

More details - https://sawtooth.hyperledger.org/docs/core/releases/0.8.7/app_developers_guide/docker.html