Skip to content

Latest commit

 

History

History
8 lines (5 loc) · 368 Bytes

README.md

File metadata and controls

8 lines (5 loc) · 368 Bytes

This is a docker container to run Sandvine's license server.

It mounts the licenses from /var/sandvine/license on the host, and exposes port 6200. Place your *.lic files in the /var/sandvine/license

docker build --rm -t sandvine-license .

docker run -d -p 0.0.0.0:6200:6200 --name="sandvine-license" -v /var/sandvine/license:/var/sandvine/license sandvine-license