mirror of
https://github.com/mikolatero/docker-vlmcsd.git
synced 2025-09-13 01:34:33 +08:00
Create README.md
This commit is contained in:
parent
7054c30f82
commit
6716a49cdd
1 changed files with 17 additions and 0 deletions
17
README.md
Normal file
17
README.md
Normal file
|
@ -0,0 +1,17 @@
|
|||
# vlmcsd is a replacement for Microsoft's KMS server.
|
||||
|
||||
> It contains vlmcs, a KMS test client, mainly for debugging purposes, that also can "charge" a genuine KMS server
|
||||
designed to run on an always-on or often-on device, e.g. router, NAS Box, ...intended to help people who lost activation of their legally-owned licenses, e.g. due to a change of hardware (motherboard, CPU, ...)
|
||||
vlmcsd is not a one-click activation or crack tool intended to activate illegal copies of software (Windows, Office, Project, Visio)
|
||||
|
||||
## Server Usage:
|
||||
> $ docker run -d -p 1688:1688 --name vlmcsd mikolatero/vlmcsd
|
||||
|
||||
|
||||
|
||||
## To view docker log:
|
||||
Now (thanks to embii74) vlmcsd process send logs to docker.
|
||||
> $ docker logs vlmcsd . (change 'vlmcsd' with the docker's name)
|
||||
|
||||
## More info
|
||||
https://hub.docker.com/r/mikolatero/vlmcsd/
|
Loading…
Add table
Reference in a new issue