Hi, all. I want to know if i can install datahub o...
# getting-started
m
Hi, all. I want to know if i can install datahub offline?
b
Datahub is ran using a bunch of containers. You can try 'docker save' to save the images required to transfer to the other offline machine. You can refer to any of the quickstart yml in docker/quickstart folder in the repo to get a sense of which images are required.
m
i occur a problem. why use
datahub docker
-f it will fetch yml from github
b
It is a simpler way of launching datahub, provided you're in internet environment
i
You can use
datahub docker quickstart --quickstart-compose-file <local docker-compose file>
where your local docker-compose-file points to saved docker images locally on your machine
m
Ok,thanks.
And I have another question. I used M1 chip of Mac. And i need to transfer images to x86_64, does it work?
i
If you try to run x86 images on an m1 it will not work. You can just download docker images to a file: https://docs.docker.com/engine/reference/commandline/save/
To download a specific architecture you need to specify the
--platform