kind-whale-32412
07/21/2022, 7:41 PM- Docker doesn't seem to be running. Did you start it?
issue, here's how I managed to quickstart docker.
The main reason why I am getting that is because I'm not using docker-desktop (this is due to licensing issues for larger corporations)
The way to start is, clone datahub and then run this command on datahub folder:
docker-compose -p datahub -f docker/quickstart/docker-compose-without-neo4j-m1.quickstart.yml up -d
PS: I'm on Macbook M1, so that's why I'm using the one that has neo4j-m1
adjust that accordingly based on your devicemammoth-bear-12532
docker
cli installed... but not running docker desktop.. is that right?big-carpet-38439
07/25/2022, 10:37 PMkind-whale-32412
07/27/2022, 5:19 PMdocker rm zookeeper -f
(do this for all, mysql, elasticsearch, broker, datahub-gms etc.)
and then run the docker-compose command again