Hi all. I am quite new to datahub, and docker as w...
# all-things-deployment
r
Hi all. I am quite new to datahub, and docker as well. I want to double check that my understanding: What does it mean to "deploy" datahub? I have gone through the quickstart so I have it set up on my local machine. How would I be able to get others to access the UI?
i
Hello Montel,
What does it mean to "deploy" datahub?
We mean installing and launching a datahub instance in some machine.
How would I be able to get others to access the UI?
If you ran
datahub docker quickstart
then what happened was that datahub was started on your local machine as a set of docker containers (via an orchestrator called
docker-compose
). For others to access the UI you would have to make your laptop available for others to connect to, on your machine’s IP on port 9002
👍 1