This repository contains an IBM Db2 database. Basically it's just a configuration on top of that already provided docker image.
This database was configured according to our recommended settings.
The Dockerfile can be found in our GitHub repository.
This repository is used for local development and integration tests during CI for TASKANA.
IBM® Db2® is a multi-workload database designed to help you quickly develop, test and build applications for your business. Designed for operational and analytic workloads.
Community Edition is automatically enabled and has the following limitations, which are automatically enforced:
Memory limit: 16GB Core limit: 4 cores
The detailed license can be found here.
username: db2inst1
password: db2inst1-pwd
database name: TSKDB
default command: start
exposed port: 50000
Required environment variables:
accept in order to accept the IBM Db2 Developer-C 11.1.4.4 (Community) product license (which is used within this image)commands:
Restart db2 without restarting the docker container: docker kill -s USR1 <container name>
This example command starts a db2 instance (version 11.1) on port 50000 in detach mode. Furthermore the container will run in the backround:
docker run -d -p 50000:50000 -e LICENSE=accept taskana/db2:11.1
Content type
Image
Digest
Size
712.3 MB
Last updated
over 4 years ago
docker pull taskana/db2:11.5