QIICR / dcmqi

dcmqi (DICOM for Quantitative Imaging) is a free, open source C++ library for conversion between imaging research formats and the standard DICOM representation for image analysis results
https://qiicr.gitbook.io/dcmqi-guide/
BSD 3-Clause "New" or "Revised" License
241 stars 61 forks source link

BUG: Fix dockcross script creation container cleanup #347

Closed thewtex closed 6 years ago

thewtex commented 6 years ago

When the container is created, it does not have the name 'dockcross/manylinux-x64'. This is the name of the image as opposed to the container. Docker gives a random, human-readable name to a container if the --name flag is not provided.

Use the --rm flag so the container does not need to be removed.

fedorov commented 6 years ago

@thewtex thank you so much for fixing this! 👍 I definitely don't use docker often enough!

@jcfr FYI