Skip to content

Latest commit

 

History

History
7 lines (6 loc) · 199 Bytes

File metadata and controls

7 lines (6 loc) · 199 Bytes

db2env_docker

build base image:

docker build -t . -f dockerfile_c7

build with application

add your application to app/ and then:

docker build -t . -f dockerfile_bundle