Question
Answer
It could be helpful to first check if Docker is properly installed by running 'docker info' command. If Docker is running correctly, check the log in your terminal after executing 'datahub docker quickstart' command for any errors. Additionally, adding prefix 'python3 -m' before 'datahub docker quickstart' command might resolve the issue. If the issue persists, it could be due to missing Docker Compose. In such cases, follow the instructions mentioned in Datahub installation documentation.
glamorous-football-7431
10/12/2022, 12:51 PMdatahub docker quickstart
command I get the below error..
I ran docker ps
and my docker instance is running..
Any help would be awesome? 😄
Unable to run quickstart:
- Docker doesn't seem to be running. Did you start it?
famous-florist-7218
10/12/2022, 12:52 PMdocker info
glamorous-football-7431
10/12/2022, 12:58 PMfamous-florist-7218
10/12/2022, 1:04 PMglamorous-football-7431
10/12/2022, 1:05 PMfamous-florist-7218
10/12/2022, 1:09 PMdatahub docker quickstart
.glamorous-football-7431
10/12/2022, 1:09 PM$ datahub docker quickstart
Unable to run quickstart:
- Docker doesn't seem to be running. Did you start it?
famous-florist-7218
10/12/2022, 1:12 PMdatahub version
? What’s its output?glamorous-football-7431
10/12/2022, 1:13 PM$ datahub version
DataHub CLI version: 0.8.45.2
Python version: 3.8.8 (default, Apr 13 2021, 15:08:03) [MSC v.1916 64 bit (AMD64)]
famous-florist-7218
10/12/2022, 1:17 PMbetter-orange-49102
10/12/2022, 1:26 PMglamorous-football-7431
10/12/2022, 1:36 PMdatahub docker quickstart
No Datahub Neo4j volume found, starting with elasticsearch as graph service.
To use neo4j as a graph backend, run
`datahub docker quickstart --quickstart-compose-file ./docker/quickstart/docker-compose.quickstart.yml`
from the root of the datahub repo
Fetching docker-compose file <https://raw.githubusercontent.com/datahub-project/datahub/master/docker/quickstart/docker-compose-without-neo4j.quickstart.yml> from GitHub
Pulling docker images...
time="2022-10-12T15:29:13+02:00" level=warning msg="The \"HOME\" variable is not set. Defaulting to a blank string."
time="2022-10-12T15:29:13+02:00" level=warning msg="The \"HOME\" variable is not set. Defaulting to a blank string."
no matching manifest for windows/amd64 10.0.22000 in the manifest list entries
Error while pulling images. Going to attempt to move on to docker compose up assuming the images have been built locally
.
time="2022-10-12T15:29:18+02:00" level=warning msg="The \"HOME\" variable is not set. Defaulting to a blank string."
time="2022-10-12T15:29:18+02:00" level=warning msg="The \"HOME\" variable is not set. Defaulting to a blank string."
[+] Running 0/11
- elasticsearch-setup Error 1.8s
- schema-registry Error 1.8s
- datahub-actions Error 1.8s
- datahub-gms Error 1.8s
- mysql-setup Error 1.8s
- broker Pulling 1.8s
- mysql Error 1.8s
- elasticsearch Error 1.8s
- zookeeper Pulling 1.8s
- kafka-setup Pulling 1.8s
- datahub-frontend-react Pulling 1.8s
no matching manifest for windows/amd64 10.0.22000 in the manifest list entries
.............
better-orange-49102
10/12/2022, 1:39 PMglamorous-football-7431
10/12/2022, 1:42 PM