Skip to content

mogeko/docker-vlmcsd

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

docker-vlmcsd

ci_icon docker_pulls image_size

A docker image running vlmcsd

Usage

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

Parameter

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

Sources

https://forums.mydigitallife.info/threads/50234-Emulated-KMS-Servers-on-non-Windows-platforms

https://github.com/Wind4/vlmcsd

License

The code in this project is released under the MIT License.