# orthanc **Repository Path**: mirrors/orthanc ## Basic Information - **Project Name**: orthanc - **Description**: Orthanc 是一个轻量级的,基于REST的DICOM服务器,主要用于卫生保健和医疗研究 - **Primary Language**: C/C++ - **License**: AGPL-3.0 - **Default Branch**: master - **Homepage**: https://www.oschina.net/p/orthanc - **GVP Project**: No ## Statistics - **Stars**: 7 - **Forks**: 1 - **Created**: 2020-06-22 - **Last Updated**: 2026-02-28 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Orthanc for Docker [Docker Hub](https://hub.docker.com/u/jodogne) repository to build [Orthanc](http://www.orthanc-server.com/) and its official plugins. Orthanc is a lightweight, RESTful Vendor Neutral Archive for medical imaging. Summary of docker images hosted by this repository: | Docker Image Name | Description | | --- | --- | | `jodogne/orthanc` | Docker image for the Orthanc core. This image is always kept in sync with the latest releases of the Orthanc project, with a basic configuration system that is inherited from the Debian packages. This image is most useful to software developers and researchers. | | `jodogne/orthanc-plugins` | Docker image for the Orthanc core, together with its most important plugins (notably its Orthanc Web viewer, its PostgreSQL support, its DICOMweb implementation, and its whole-slide imaging viewer). | | `jodogne/orthanc-python` | A heavier version of the `orthanc-plugins` image, as it embeds the Python 3.7 interpreter. This image is useful if you have an interest in the Python plugin. | Full documentation is available in the [Orthanc Book](https://orthanc.uclouvain.be/book/users/docker.html). The content of this Docker repository is licensed under the AGPLv3+ license.