Hello I am trying to install DataHub Quickstart in...
# troubleshoot
h
Hello I am trying to install DataHub Quickstart instance on a Linux VM (Ubuntu). When running the command "datahub docker quickstart" I get the error message that Docker is not started. I think it's because I can't find the Docker compose v1 plugin, but only the latest version. Can someone help me?
f
hi @high-gigabyte-86638, Could you please firstly check whether docker is installed? by this
Copy code
docker version
Then, try to start the docker service:
Copy code
sudo service docker start
h
Hi @famous-florist-7218, I have already try it and i still get the same Message Thank you 🙂
m