Prerequisites
- Firebolt Core running locally
Installation
Download the core UI docker imageamd64 architecture.
Connection
Run the UI container, linking it to your Firebolt Core instance:Macos and Windows
Linux
http://localhost:9100docker pull ghcr.io/firebolt-db/firebolt-core-ui
amd64 architecture.
docker run --name firebolt-core-ui -p 9100:9100 -e FIREBOLT_CORE_URL=http://host.docker.internal:3473 ghcr.io/firebolt-db/firebolt-core-ui
docker run --network=host --name firebolt-core-ui -p 9100:9100 -e FIREBOLT_CORE_URL=http://localhost:3473 ghcr.io/firebolt-db/firebolt-core-ui
http://localhost:9100Was this page helpful?