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
famous-florist-7218
08/12/2022, 8:54 AM
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
high-gigabyte-86638
08/12/2022, 9:36 AM
Hi @famous-florist-7218,
I have already try it and i still get the same Message
Thank you 🙂