Open ghost opened 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
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
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
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?