Skip to content

Latest commit

 

History

History
6 lines (4 loc) · 202 Bytes

README.md

File metadata and controls

6 lines (4 loc) · 202 Bytes

db2-docker

An empty DB2 database, initialized with my typical customizations

build example: docker build --build-arg DBNAME=MYDB --build-arg DBUSER=john --build-arg DBPWD=supersecret -t john/mydb .