mirror of
https://github.com/datahub-project/datahub.git
synced 2025-08-26 18:15:59 +00:00
17 lines
627 B
Markdown
17 lines
627 B
Markdown
![]() |
# DataHub Frontend Docker Image
|
||
|
|
||
|
[](https://github.com/linkedin/datahub/actions?query=workflow%3A%22datahub-frontend+docker%22)
|
||
|
|
||
|
Refer to [DataHub Frontend Service](../../datahub-frontend) to have a quick understanding of the architecture and
|
||
|
responsibility of this service for the DataHub.
|
||
|
|
||
|
## Checking out DataHub UI
|
||
|
|
||
|
After starting your Docker container, you can connect to it by typing below into your favorite web browser:
|
||
|
|
||
|
```
|
||
|
http://localhost:9001
|
||
|
```
|
||
|
|
||
|
You can sign in with `datahub` as username and password.
|