Skip to content
Chaunte W. Lacewell edited this page Oct 11, 2022 · 23 revisions

VDMS Server Docker Image

Our VDMS Docker Image is publicly available on DockerHub.

To download the docker image and run the VDMS Server:

# On Linux
docker run --net=host -d intellabs/vdms:latest

# On Mac
docker run -p 55555:55555 -d intellabs/vdms:latest

The VDMS server will be listening to connection on its default TCP port (55555).

Clone this wiki locally