Closed k1xme closed 9 years ago
Added function generateBuildCmd() to DockerBuildCommand class to support generating the "compile & run" command for C++ source files.
generateBuildCmd()
DockerBuildCommand
Fixed the bugs in dockerutils.py where dockerutils.opt_rm = " --rm" should be opt_rm = " --rm".
dockerutils.py
dockerutils.opt_rm = " --rm"
opt_rm = " --rm"
Added function
generateBuildCmd()
toDockerBuildCommand
class to support generating the "compile & run" command for C++ source files.Fixed the bugs in
dockerutils.py
wheredockerutils.opt_rm = " --rm"
should beopt_rm = " --rm"
.