A zero-footprint, extensible medical imaging viewer supporting DICOMweb and custom workflows
100K+
The Open Health Imaging Foundation (http://ohif.org/) provides a general purpose web-based DICOM Viewer which can be easily extended for specific uses.
latest and latest-beta Tagslatest: Points to the most recent stable release of the application. It is ideal for production environments where stability and reliability are critical.latest-beta: Points to the most recent beta release, designed for testing new features and updates before they are included in the stable version.We follow semantic versioning (e.g., vX.Y.Z):
X: Major version for significant changes or breaking updates.Y: Minor version for backward-compatible feature additions.Z: Patch version for bug fixes and minor improvements.ohif/app:v3.6.1 represents version 3.6 with the first patch update.Our images are tagged for specific architectures:
ohif/app:v3.6.1-amd64ohif/app:v3.6.1-arm64ohif/app:v3.6.1 will resolve to amd64 or arm64 based on the platform.This strategy ensures flexibility, reliability, and clarity for users across stable and beta releases on multiple architectures.
To deploy the OHIF Viewer via Docker, follow these steps:
Pull the Desired Image:
docker pull ohif/app:latest
docker pull ohif/app:latest-beta
Run the Docker Container: Execute the following command to start the OHIF Viewer:
docker run -d -p 3000:80 --name ohif-viewer ohif/app:latest
-d: Runs the container in detached mode.-p 3000:80: Maps port 80 in the container to port 3000 on your host machine.--name ohif-viewer: Assigns the name "ohif-viewer" to the container.Access the OHIF Viewer:
Once the container is running, navigate to http://localhost:3000 in your web browser to access the OHIF Viewer.
For more detailed information and advanced configuration options, refer to the official OHIF Docker deployment documentation.
Content type
Image
Digest
sha256:0b0d90fd3…
Size
116.3 MB
Last updated
7 days ago
docker pull ohif/app