Hello, I have trouble running the docker images on...
# troubleshoot
s
Hello, I have trouble running the docker images on mac with M1 Chip. It seems that you don"t build the docker images for this architecture. I'm using this for local tests and demo purposes internally. Has someone gotten the docker images to run on this architecture?
d
It should run on M1, even I use m1. What is exactly the issue you see?
s
Hello @dazzling-judge-80093 I had problems with the manifest it could not find it for the arm64 architecture. I'm using git checkout the 0.8.39 release. I changed the file quickstart/docker-compose-without-neo4j.quickstart.yml and added platform linux/amd64. It pulled me then the images but it was not starting. How did you run it ?
d
but
datahub docker quickstart
should work
we use custom docker compose on m1
but
datahub docker quickstart
should start the proper one
s
ok no this did not work - let me test it again
python3 -m datahub 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
no it takes the wrong one as I can see
After I switched to the m1 yml file it loaded all docker imqges - this part is resolved thanks