Docker - ConQuest 1.4.17d

  • Hello Marcel, everyone,


    In case you or anyone else should find it useful, I have recently implemented a ConQuest DICOM server running within a Docker container. (info on Docker here: https://en.wikipedia.org/wiki/Docker_(software) )


    It's an alternative way for someone to run a server, and they may find it faster (and substantially lighter on disk space) than creating a dedicated virtual machine for it.


    I have also uploaded the Docker build file to Docker Hub, so that it automatically builds an image which users can download directly, so someone can have a ConQuest server up and running in a few seconds.


    The Docker Hub project is here:
    https://hub.docker.com/r/wavedrift/docker-conquest/
    ... and it is automatically building from the "Dockerfile" build file located here:
    https://github.com/wavedrift/docker-conquest


    Essentially, once you have docker installed on your system, you can just run:
    >> docker pull wavedrift/docker-conquest
    ... to download the image, and:
    >> docker run -p 5678:5678 -p 80:80 docker-conquest
    ... to have the server running on your system.
    (more detailed instructions on the pages linked above).


    I've tested it with DICOM query/send/retrieve, the cgi-bin/dgate interface and file upload, and they all work fine.

Participate now!

Don’t have an account yet? Register yourself now and be a part of our community!