Let’s say I (A) have to provide Datahub’s locally ...
# troubleshoot
m
Let’s say I (A) have to provide Datahub’s locally built docker images (local development) to someone (B), what will be the best strategy for the same ? If I put all individual images into a tar, what will be the exact command we need to run on B’s machine to deploy these images ? Also what docker compose yml files I need to ship along with it.
l
Hey there 👋 I'm The DataHub Community Support bot. I'm here to help make sure the community can best support you with your request. Let's double check a few things first: 1️⃣ There's a lot of good information on our docs site: www.datahubproject.io/docs, Have you searched there for a solution? Yes button 2️⃣ It's not uncommon that someone has run into your exact problem before in the community. Have you searched Slack for similar issues? Yes button
o
If you're going to have to do this more than once, you can set up a minimal docker registry on a shared VM and then tag and publish your images to that registry. In the docker-compose files you'll just need to modify the repository part of the tag to your registry.
If you can't get a resource to do that you can use the docker load command to load from a tar file. I haven't used this before though so might need some tinkering to get it right.