A docker wrapper of SystemRage's py-kms.
This tool is only created for research and educational purposes. Unlicense licensed.
$ 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
Use the host's ip address as the activation server, and 1688 as the port.