Db2 image from ibmcom/db2 to test ontop system. It contains the databases used inside the module ontop-docker-tests.
To start a container:
docker run --name ontop_db2_running -d --privileged=true -p 50000:50000 -e DB2INST1_PASSWORD=obda-pwd -e LICENSE=accept ontop/ontop-db2
By setting the env variable LICENSE
to "accept"
, you are accepting the DB2 Developer-C license.
The Dockerfile and associated scripts published on this repository are licensed under the Apache License 2.0.