项目作者: dicksontung

项目描述 :
Docker to wait for db2 initialization process
高级语言: Shell
项目地址: git://github.com/dicksontung/wait-for-db2.git
创建时间: 2017-03-24T02:17:32Z
项目社区:https://github.com/dicksontung/wait-for-db2

开源协议:

下载


wait-for-db2

Docker to wait for db2 initialization process

  1. $ docker run --rm \
  2. -e DB2INST1_PASSWORD=password \
  3. -e LICENSE=accept \
  4. -e DB_PASSWORD=password \
  5. -e DB_NAME=remotedb \
  6. --net=database_network dixont/wait-for-db2