Skip to content

merky/docker-orthanc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

docker-orthanc

Docker container for Orthanc, a lightweight DICOM server

Build

sudo docker build  -rm -t <user>/orthanc git://github.com/merky/docker-orthanc.git

Run

You'll need to modify example-config.json and place it within /some/path/.

docker run -d -p 8042:8042 -p 4242:4242 \
           -v /some/path:/data <user>/orthanc /data/your-config.json

About

Docker container for Orthanc Server

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages