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

We have created two docker images for VDMS:

VDMS Server:

docker pull intellabs/2.0.0

VDMS Server with The Cancer Image Archive pre-loaded:

docker pull intellabs/vdms:tcia

VDMS Server with Descriptors Example (used at the HICSS19 tutorial):

docker pull intellabs/vdms:hicss

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