Docker container implementing version 1.4.17d of the ConQuest DICOM server.
50K+
Docker container implementing version 1.4.17d of the ConQuest DICOM server.
This is a Docker-ised version of the fabulous ConQuest DICOM Server, built on top of a base Ubuntu 14.04 LTS (Trusty Tahr) image. Another version based on Ubuntu 16.04 (Xenial Xerus) will also be implemented after its release.
All updates to this repository are automatically built on the associated Docker Hub page: docker-conquest
To pull this directly from Docker Hub, simply run:
$ sudo docker pull wavedrift/docker-conquest
If you want to build from the Dockerfile, clone the docker-conquest github repository to your local machine, open a terminal in that folder and type:
$ sudo docker build -t docker-conquest .
To run the Docker image, simply run:
$ sudo docker run -p 5678:5678 -p 80:80 docker-conquest
Note that this will bind ports 5678 and 80 in the Docker container to the same ports on the host. Change these if you want them bound elsewhere.
The ConQuest web interface is then accessible by opening a web browser and navigating to http://localhost/cgi-bin/dgate.
The following ports on the container are exposed for you to bind to:
MIT Licence for Dockerfile. ConQuest DICOM server is licensed separately (see LICENSE file).
Please report any issues and I'll get to them ASAP.
Content type
Image
Digest
Size
187.3 MB
Last updated
over 10 years ago
docker pull wavedrift/docker-conquest