Knowage is the professional open source suite for modern business analytics over traditional sources and big data systems.
latest
: Dockerfile6.1.1
: Dockerfile6.2.0-RC
: Dockerfile6.2.2
: Dockerfiledevelop
: Dockerfile
Differently from its predecessor (i.e. SpagoBI), you MUST uses docker-compose
for running Knowage with a MySQL container. This will be shipped with within a single command.
latest
: docker-compose6.1.1
: docker-compose6.2.0-RC
: docker-compose6.2.2
: docker-composedevelop
: docker-compose
Run this command inside the folder with docker-compose.yml
file:
$ docker-compose up
The only environment properties used by Knowage are:
PUBLIC_ADDRESS
: optional - define the IP Host of Knowage visible from outside the container (eg.http://$PUBLIC_ADDRESS:8080/knowage
), the url's host part of Knowage URL. If not present (like the above examples) the default value is the IP of container. You can use the IP of virtual machine (in OSX or Windows environment) or localhost if you map the container's port.
Get the IP of container :
$ docker inspect --format '{{ .NetworkSettings.IPAddress }}' knowage
172.17.0.43
Open Knowage on your browser at url (use your container-ip):
container-ip:8080/knowage
If you run the host with a Virtual Machine (for example in a Mac environment) then you can route the traffic directly to the container from you localhost using route command:
$ sudo route -n add 172.17.0.0/16 ip-of-host-Virtual-Machine
Users available by default (username/password):
biadmin/biadmin, bidev/bidev and biuser/biuser
View license information here for the software contained in this image.