Skip to content
Luis edited this page Feb 15, 2019 · 23 revisions

We have created two docker images for VDMS:

VDMS Server:

hub.docker.com/intellabs/vdms:latest

VDMS Server with The Cancer Image Archive pre-loaded:

hub.docker.com/intellabs/hls:v1.0

To download the image and run the Server, do:

docker login hub.docker.com // and sign in with your credentials before pulling this image.
docker run --net=host -d intellabs/vdms:latest // To download and run the server
Clone this wiki locally