hi there, i have trouble getting quickstart work w...
# troubleshoot
s
hi there, i have trouble getting quickstart work with win 10. Kept getting error message of 'Docker doesn't seem to be running. Did you start it?' and I am pretty sure the docker desktop is running. please kindly help point out a direction for debugging. many thanks in advance.
b
wondering if u would prefer to try out a less convenient method to start up your instance: go to the docker folder inside datahub, type
docker-compose -f datahub -f docker-compose.yml -f docker-compose.override.yml up -d
and see what error messages appear i usually start my instance using this command instead of the
datahub quickstart
python command (which does some docker commands underneath) and also, your version of datahub is rather old (mae/mce-consumer has been removed), can consider downloading a newer version from the github repo
m
@stocky-pencil-78684: what does
datahub --version
show?
s
@mammoth-bear-12532 version is acryl-datahub, version 0.8.15.3
@better-orange-49102 error message is 'CreateFile C:\Program Files\Docker\Docker\datahub: The system cannot find the file specified.'
b
ah you probably didnt download the repo. you used
pip install acryl-datahub
right then you should follow @mammoth-bear-12532’s instructions because im not very familiar with that method
s
@better-orange-49102 downloaded the repo, and run the recommended command again. still got the same error message...
b
🤔 could you try running something like
docker run hello-world
and see if its actually running?
s
hello-world did work
m
Hi @stocky-pencil-78684 I’m not very familiar with Windows unfortunately. Can you try using WSL?
s
hi @mammoth-bear-12532 yes i am using wsl2
m
Got it and you are running those commands inside the wsl2 terminal?