Added one sentence regarding ipv4/ipv6 to docker

This commit is contained in:
Simon Beginn 2020-08-01 13:41:33 +02:00
parent 58bdae10bd
commit ce5e505aa0
1 changed files with 2 additions and 2 deletions

View File

@ -12,8 +12,8 @@ You can simply manage a daemon that runs as a background process. This can be ac
![docker-pulls](https://img.shields.io/docker/pulls/pykmsorg/py-kms) ![docker-pulls](https://img.shields.io/docker/pulls/pykmsorg/py-kms)
![docker-size](https://img.shields.io/docker/image-size/pykmsorg/py-kms) ![docker-size](https://img.shields.io/docker/image-size/pykmsorg/py-kms)
If you wish to get _py-kms_ just up and running without installing any dependencies or writing own scripts: Just use Docker! The following command will download, "install" and start _py-kms_ and also keep it alive after any If you wish to get _py-kms_ just up and running without installing any dependencies or writing own scripts: Just use Docker! Docker also solves problems regarding the explicit IPv4 and IPv6 usage: It just supports both. The following
service disruption. command will download, "install" and start _py-kms_ and also keep it alive after any service disruption.
```bash ```bash
docker run -d --name py-kms --restart always -p 1688:1688 pykmsorg/py-kms docker run -d --name py-kms --restart always -p 1688:1688 pykmsorg/py-kms
``` ```