Minimal Alpine-based image containing dicomtk
3.3K
Wraps a minimal build of https://github.com/DCMTK/dcmtk, and a test file.
This uses a lightweight test file within the docker image, for convenience
docker run --rm topiaruss/dicomtk dcmdump --scan-directories /tests
... output follows ...
Ths shows the volume mount syntax that would be used to apply any of the tools to local files or directories.
docker build dicomtk .
docker run -v /<repo_path>/docker-dicomtk/tests:/data dicomtk dcmdump --scan-directories /data/
... output follows ...
Content type
Image
Digest
Size
783.7 MB
Last updated
about 8 years ago
docker pull topiaruss/dicomtk