Short simple adaptation of DB2's IBM DB2 Express-C
10K+
This implementation has a single database created previously, DB2 database's name is database.
User used to login is the same as the one specified by ibmcom/db2express-c, user db2inst1.
To run:
docker run -it -p 50000:50000 -e DB2INST1_PASSWORD=db2inst1-pwd -e LICENSE=accept arnulfosolis/db2:0.2 bash
Docker-Compose sample file, ready to run:
db2-ibm:
image: arnulfosolis/db2:0.2
ports:
- "50000:50000"
environment:
DB2INST1_PASSWORD: "mydbpassword"
LICENSE: "accept"
command: db2start
For DB2 (LUW) use URL Type 4.
Content type
Image
Digest
Size
621.6 MB
Last updated
over 9 years ago
docker pull arnulfosolis/db2