A Standalone BI Portal (UI + API) of Izenda Series 7
10K+
This Linux Docker image provides single running environment including both Izenda BI web UI and API.
Run Izenda BI application that exposes web site at port 4000 and api at port 4001. Browse the app via http://localhost:4000.
docker run -it --rm -p 4000:4000 -p 4001:4001 izendainc/izenda-bi
Run Izenda BI application that exposes web site at port WebsitePort and api at port APIPort. Browse the app via http://localhost:WebsitePort.
The Izenda BI application immediately uses supplied CONSTRING and DB to connect to Izenda configuration database without asking system admin to enter the connection string at the first setup step.
docker run -it --rm -e CONSTRING="Izenda DB connection string" -e DB="DB type" -e APIURL="Izenda API Url" -p WebsitePort:4000 -p APIPort:4001 izendainc/izenda-bi
Content type
Image
Digest
Size
403.8 MB
Last updated
over 5 years ago
docker pull izendainc/izenda-bi