Help needed regarding the docker daemon startup

32 views
Skip to first unread message

Keerthi Kumar N

unread,
Nov 20, 2017, 2:16:22 AM11/20/17
to FOSS Cafe
Hello Team,

First of all thanks a lot for such an eye opening session ystrdy on the Blockchain concepts. I was able to successfully setup the docker, docker-compose and I was able to download the docker images as well. At the end of the session, I stopped the daemon server. Now, I am little bit confused to start the same. Request your help on the same. Kindly help me with the commands for the below:

1. to start the docker-daemon
2. to start the hyperledger fabric (an UI will be opened).

keerthi@ubuntu:~/fosscafe/fosscafe-hyperledger$ sudo do_hyperledger_fabric_start.sh start
sudo: do_hyperledger_fabric_start.sh: command not found

keerthi@ubuntu:~/fosscafe/fosscafe-hyperledger$ composer.sh start
composer.sh: command not found

Im sorry if my above questions sounds stupid. But, I need help on this.

Thanks,
Keerthi Kumar N

ragini

unread,
Nov 21, 2017, 2:04:59 AM11/21/17
to FOSS Cafe
Hello Keerthi,  

First of all - There are no stupid questions, there are only stupid answers.

To Start your dockerd :
/usr/bin/dockerd --debug -H unix:///home/strikr/docker.sock -H tcp://0.0.0.0:2375


For starting your hyperledger, Please note the ./ before the script name:
./composer.sh start

Let us know if this works.

thanks
Ragini

Keerthi Kumar N

unread,
Nov 21, 2017, 6:07:53 AM11/21/17
to FOSS Cafe
Hello Ragini,

My bad.. I dint use ./ when I tried with composer.sh start command !! Thank u so much for helping me on this. It is working perfectly fine now :) Thanks again.

Keerthi Kumar N

Reply all
Reply to author
Forward
0 new messages