Skip to content
Gunter Zeilinger edited this page Nov 28, 2017 · 138 revisions

Docker images

Repository Tag(s) Description
dcm4che/slapd-dcm4chee 2.4.44-11.0 OpenLDAP server (slapd) with schemas and default configuration for dcm4che Archive 5
dcm4che/postgres-dcm4chee 9.4-11, 9.6-11, 10.0-11 PostgreSQL 9.4/9.6/10.0 for dcm4che Archive 5
dcm4che/dcm4chee-arc-psql 5.11.0, 5.11.0-secure, 5.11.0-secure-ui, 5.11.0-logstash, 5.11.0-logstash-secure, 5.11.0-logstash-secure-ui Wildfly 11 with deployed dcm4che Archive 5 for use with PostgreSQL as DB
dcm4che/keycloak 3.4.0-11.0, 3.4.0-11.0-logstash Keycloak 3.4.0
dcm4che/keycloak-proxy 3.4.0-1 Keycloak Proxy 3.4.0 for securing access to System and Audit Logs via Kibana
dcm4che/logstash-dcm4chee 6.0.0-4 Logstash 6.0.0 for dcm4che Archive 5.x
dcm4che/dcm4che-tools 5.11.0 dcm4che Library and Tools
Notes:
  1. dcm4che/slapd-dcm4chee tag is of the form X.X.X-Y.Y where X.X.X is the version of the included OpenLDAP server (slapd) and Y.Y the minor and patch version number of the included schemas and default configuration, which have to match with the version of the used Archive docker image.

  2. dcm4che/postgres-dcm4chee tag is of the form X.X-Y where X.X is the version of the included PostgreSQL and Y the minor version number of the Archive docker image which match with the intialized datebase schema by this PostgreSQL docker image.

Docker Installation

Docker’s installation method differs based on one's platforms. Review Docker’s Installation guides for one's respective platform.

If you want to distribute the individual archive services provided by above Docker images over several hosts, you have to install Docker on each of the hosts.

Web Service URLs

  • Archive UI: http://<docker-host>:8080/dcm4chee-arc/ui2 - if secured, login with

    Username Password Role
    user user user
    admin admin user + admin
  • Wildfly Administration Console: http://<docker-host>:9990, login with Username: admin, Password: admin.

  • DICOM QIDO-RS Base URL: http://<docker-host>:8080/dcm4chee-arc/aets/DCM4CHEE/rs

  • DICOM STOW-RS Base URL: http://<docker-host>:8080/dcm4chee-arc/aets/DCM4CHEE/rs

  • DICOM WADO-RS Base URL: http://<docker-host>:8080/dcm4chee-arc/aets/DCM4CHEE/rs

  • DICOM WADO-URI: http://<docker-host>:8080/dcm4chee-arc/aets/DCM4CHEE/wado

  • IHE XDS-I Retrieve Imaging Document Set: http://<docker-host>:8080/dcm4chee-arc/xdsi/ImagingDocumentSource

Clone this wiki locally