ohif-viewer/README.md
2015-11-03 15:19:02 -06:00

693 B

Viewers

This repo contains the OHIF DICOM Viewer and Lesion Trackers, and various shared meteor packages

Community

Have questions? Try posting in the OHIF forum.

Docker usage

Temporary data storage

docker run --rm -p 4242:4242 -p 8042:8042 jodogne/orthanc-plugins

Persistent data storage

  1. Create a persistant data volume for Orthanc to use
docker create --name sampledata -v /sampledata jodogne/orthanc-plugins
  1. Run Orthanc from Docker with the data volume attached
docker run --volumes-from sampledata -p 4242:4242 -p 8042:8042 jodogne/orthanc-plugins
  1. Upload your data and it will be persisted