Sign inSign up

arnulfosolis/db2

By arnulfosolis

Updated over 9 years ago

Short simple adaptation of DB2's IBM DB2 Express-C

Image
0

10K+

arnulfosolis/db2 repository overview

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.

Tag summary

Content type

Image

Digest

Size

621.6 MB

Last updated

over 9 years ago

docker pull arnulfosolis/db2