Hi, everyone, I am new to datahub world, and I am ...
# troubleshoot
f
Hi, everyone, I am new to datahub world, and I am trying to run it in my PC to make a concept proof in order to use datahub in the company I work for. I am facing this issue: datahub docker quickstart Unable to run quickstart: - Docker doesn't seem to be running. Did you start it?
h
docker run hello-world
works for you ?
f
Yes it did.
h
Could you run the
datahub docker quickstart
command with sudo?
f
I tried with sudo
h
doesn't work ? same error ?
f
Yes, same error
h
strange. what do you get if you run this in python shell ?
python3
Copy code
import docker
docker_cli = docker.from_env()
f
It shows this error message: docker.errors.DockerException: Error while fetching server API version: ('Connection aborted.', PermissionError(13, 'Permission denied')
h
Ok, just to confirm - this works for you without sudo ?
docker run hello-world
f
No, I have to use sudo
h
aah, got it.
which OS are you on ? I believe you will need to give current user privileges to run docker. So that above command runs without sudo
f
ubuntu
h
Can you follow the post-installation steps as mentioned here -https://docs.docker.com/engine/install/linux-postinstall/
f
Do you think that after configuration it will work?
h
yes, I think so. After this,
docker run hello-world
should work without sudo, and so should
datahub docker quickstart