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

Main Docker Image

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:2.0.0 // To download and run the server

Other Images

VDMS Server with The Cancer Image Archive pre-loaded:

docker run --net=host -d intellabs/vdms:tcia

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

docker run --net=host -d intellabs/vdms:hicss
Clone this wiki locally