Skip to content

sandvine/docker-sandvine-license

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Docker container to run Sandvine's license server

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages