Hello everyone! Cannot start project from quickst...
# troubleshoot
f
Hello everyone! Cannot start project from quickstart. See this error. Could anyone help me?
Copy code
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...
Finished pulling docker images!

[+] Running 7/7
 ⠿ Network datahub_network        Created                                                                                                                                                                                                 4.1s
 ⠿ Container elasticsearch        Created                                                                                                                                                                                                 0.1s
 ⠿ Container zookeeper            Created                                                                                                                                                                                                 0.1s
 ⠹ Container mysql                Creating                                                                                                                                                                                                0.2s
 ⠿ Container elasticsearch-setup  Created                                                                                                                                                                                                 0.0s
 ⠿ Container broker               Created                                                                                                                                                                                                 0.1s
 ⠿ Container schema-registry      Created                                                                                                                                                                                                 0.0s
 ⠿ Container kafka-setup          Created                                                                                                                                                                                                 0.0s
Error response from daemon: invalid mount config for type "bind": bind source path does not exist: /Users/<user>/.datahub/mysql/init.sql
.............
[+] Running 0/0
 ⠋ Container mysql  Creating                                                                                                                                                                                                              0.0s
Error response from daemon: invalid mount config for type "bind": bind source path does not exist: /Users/<user>/.datahub/mysql/init.sql
..............
a
Hi, could you make sure you’re using the most up to date version of Docker?
b
If this persists you can probably create the directory. It certainly exists for me, however I don’t recall whether I created it manually or not.
mkdir -p "$HOME/.datahub/mysql"
f
Thank you, i will try it