https://github.com/supermarcus/pykms-docker
A docker wrapper of py-kms
https://github.com/supermarcus/pykms-docker
docker-image docker-wrapper kms kms-server py-kms windows
Last synced: about 1 month ago
JSON representation
A docker wrapper of py-kms
- Host: GitHub
- URL: https://github.com/supermarcus/pykms-docker
- Owner: SuperMarcus
- License: unlicense
- Created: 2018-11-23T17:29:05.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-08-14T14:15:42.000Z (almost 7 years ago)
- Last Synced: 2025-02-06T02:07:35.233Z (over 1 year ago)
- Topics: docker-image, docker-wrapper, kms, kms-server, py-kms, windows
- Language: Dockerfile
- Size: 4.88 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
pykms-docker
============
A docker wrapper of [SystemRage's py-kms](https://github.com/SystemRage/py-kms).
This tool is only created for research and educational purposes. Unlicense licensed.
## Server Setup
```
$ docker build -t pykms-docker https://github.com/SuperMarcus/pykms-docker.git
$ docker run --name pykms-docker -d -p 1688:1688 pykms-docker
```
or
```
$ git clone --recursive https://github.com/SuperMarcus/pykms-docker.git
$ docker-compose up -d --remove-orphans
```
## Activation
Use the host's ip address as the activation server, and 1688 as the port.
See [py-kms Activation Procedures](https://github.com/SystemRage/py-kms/wiki/Manual#activation-procedure).