A docker image running vlmcsd
Pull this image:
docker pull ghcr.io/mogeko/vlmcsd
Run with docker cli:
docker run -d --name vlmcsd -p 1688:1688 --restart unless-stopped ghcr.io/mogeko/vlmcsd
Run with docker-compose:
---
version: 2.1
services:
vlmcsd:
image: ghcr.io/mogeko/vlmcsd
container_name: vlmcsd
ports:
- 1688:1688
restart: unless-stopped
Container images are configured using parameters passed at runtime (such as those above). These parameters are separated by a colon and indicate <external>:<internal>
respectively. For example, -p 8080:80
would expose port 80
from inside the container to be accessible from the host's IP on port 8080
outside the container.
Parameter | Function |
---|---|
-p 1688 |
tcp connection port |
https://forums.mydigitallife.info/threads/50234-Emulated-KMS-Servers-on-non-Windows-platforms
https://github.com/Wind4/vlmcsd
The code in this project is released under the MIT License.