Skip to content
Chaunte W. Lacewell edited this page Apr 17, 2023 · 23 revisions

VDMS Server Docker Image

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).

Other Images

VDMS Server Version 2.3.0:

docker run --net=host -d intellabs/vdms:v2.3.0
Clone this wiki locally