Hello all I am facing an issue while installing th...
# general
v
Hello all I am facing an issue while installing the openlane as ,I have installed the openlane but when I am checking or testing it then it's showing again and again this error that got permission denied for docker So, how to resolve this problem ? Can anyone help me ? As I have tried some solution which I got from Google . Also, I have checked the correct running of docker but still it's showing this same error that permission denied ... Due to which the issue is coming for the testing of openlane also . And also, when I am checking with sudo for docker running then, it's showing that image not found error. And my docker version is 20.10 and Ubuntu version which I am using is 22.04
m
Your docker installation seems incomplete. I recommend you go through this guide again: https://docs.docker.com/engine/install/ubuntu/ Until a
sudo docker run hello-world
works.
Maybe it's just your user not being part of the group
docker
and you need to re-login for that?
v
Ok let me again download the docker
v