Hyperledger Fabric Got permission denied Docker daemon socket at unix var run docker sock

+1 vote

I am trying to install Hyperledger Fabric from the docs. When I run this command:

curl -sSL http://bit.ly/2ysbOFE | bash -s 1.3.0

I get permission denied error:

Got permission denied while trying to connect to the Docker daemon socket at unix:///var/run/docker.sock
Nov 19, 2018 in Blockchain by slayer
• 29,350 points
3,426 views

1 answer to this question.

0 votes

You are getting this error probably because you don't have permissions to read/write this file. All you have to do to solve this is give that file read/write permissions.

chmod 666 /var/run/docker.sock
answered Nov 19, 2018 by Omkar
• 69,210 points
It worked thanks buddy!

Related Questions In Blockchain

0 votes
1 answer

Error while trying to create dir if missing: mkdir /var/hyperledger: permission denied

The following commands should help: sudo mkdir -p ...READ MORE

answered Jul 6, 2018 in Blockchain by Christine
• 15,790 points
1,577 views
0 votes
1 answer

How to set up Hyperledger Fabric v0.6 network without docker?

Hyperledger Fabric v0.6 does not provide any ...READ MORE

answered Jul 9, 2018 in Blockchain by slayer
• 29,350 points
1,189 views
0 votes
1 answer

How to solve EACCES:permission denied error in Hyperledger Composer?

It seems like there is no required ...READ MORE

answered Jul 11, 2018 in Blockchain by digger
• 26,740 points
2,085 views
+2 votes
1 answer
0 votes
1 answer
0 votes
3 answers
0 votes
1 answer
+16 votes
4 answers
webinar REGISTER FOR FREE WEBINAR X
REGISTER NOW
webinar_success Thank you for registering Join Edureka Meetup community for 100+ Free Webinars each month JOIN MEETUP GROUP