Hi All, newbie here. I am trying to install datahu...
# getting-started
f
Hi All, newbie here. I am trying to install datahub on docker in a no internet machine. Docker data hub quickstart won't work because of network restrictions, I do have access to docker hub through portainer to pull images. How can I install the data hub stack offline in the machine please?
s
portainer is a kubernetes UI? Have you seen this https://datahubproject.io/docs/deploy/kubernetes/? Might be helpful
f
Thanks @square-activity-64562, are you saying I can individually pull the images mentioned in the yaml file from docker hub ?
s
You can and then if you are using docker-compose to run the commands then you can run the same command by downloading that file and putting it in your local machine
But note that this will require you to manage that compose file and ensure it remains in sync with this file with releases
And change the image tag to be a stable release instead of
head
if this is for a production like environment
👍 1
f
makes sense, will give it a try now.
@square-activity-64562 I have followed your suggestion and almost succeeded with all the containers except schema registry and datahub GMS. both of them are failing to start with the following error: Schema registry: failed to write noop record to kafka store DatahubGMS: Group coordinator broker 29092 is unavailable or invalid.
can you suggest please
s
please check kafka if that is healthy
f
H Aseem, I have understood the issue I guess. the env I am trying to install datahub has docker running on windows server OS. And the containers are Linux-based volumes. I couldn't compose yaml file because of that. can you suggest what is the workaround for this please?
s
I don't have a windows server to test this out. But on a Windows 10 laptop docker quickstart works in powershell last I tested a few days ago. I guess you will need to build the containers or check if there is an option there to use linux subsystem for Windows. Not sure if that is present on Windows server but is present on Windows 10