Hello. I found the error while running "datahub do...
# getting-started
a
Hello. I found the error while running "datahub docker quickstart" command. As the first image says, pulling images is not done correctly. Therefore, I do "datahub docker check". The message says : "quickstart.sh or dev.sh is not running". How can I solve this problem? For your information, I attached one more figure including datahub/python version.
g
Please check if you have docker compose installed
docker-compose is depreciated and datahub upgraded to docker compose
Check below doc
compose as plugin to docker command
Yup to open datahub portal in browser
a
@gentle-hamburger-31302 I can't connect localhost. And docker didn't go ahead. It stopped the phase "pulling docker images". Is this status equal to running container correctly?
g
if you are seeing puling docker images message from too long time, then just press ctrl+c
you should get below output
plus1 1
once DataHub is ready, on console you will get bellow message
Copy code
✔ DataHub is now running
Ingest some demo data using `datahub docker ingest-sample-data`,
or head to <http://localhost:9002> (username: datahub, password: datahub) to play around with the frontend.
Need support? Get in touch on Slack: <https://slack.datahubproject.io/>
a
@gentle-hamburger-31302 Thanks for your kindness! Since I developed datahub in the server of my company, zookeeper and datahub-gms caus port conflict. Now I observe ui of datahub!