aboutsummaryrefslogtreecommitdiffstats
path: root/cdt/src/main/docker
AgeCommit message (Collapse)AuthorFilesLines
2018-05-30Allow cdt port to be setPatrick Brady1-0/+2
Allow the cdt port to be set by the CDT_PORT variable. Defaults to the default oom port. Change-Id: Ib916b0ab2d9267aa01c31372a57738a8c2d6bae6 Signed-off-by: Patrick Brady <pb071s@att.com> Issue-ID: APPC-924 (cherry picked from commit 27525d8cce704f03b28eb8833ac1533126ece7da)
2018-03-21Add docker build for cdtPatrick Brady1-0/+26
Adding the scripts and docker file to build a docker image for cdt, based on httpd image. Change-Id: I10a99c6776dede642615e3da9654e62f644b3276 Signed-off-by: Patrick Brady <pb071s@att.com> Issue-ID: APPC-748