Skip to content

Latest commit

 

History

History
10 lines (10 loc) · 256 Bytes

README.md

File metadata and controls

10 lines (10 loc) · 256 Bytes

wait-for-db2

Docker to wait for db2 initialization process

$ docker run --rm \
    -e DB2INST1_PASSWORD=password \
    -e LICENSE=accept \
    -e DB_PASSWORD=password \
    -e DB_NAME=remotedb \
    --net=database_network dixont/wait-for-db2