mirror of https://github.com/SystemRage/py-kms.git
Added one sentence regarding ipv4/ipv6 to docker
This commit is contained in:
parent
58bdae10bd
commit
ce5e505aa0
|
@ -12,8 +12,8 @@ You can simply manage a daemon that runs as a background process. This can be ac
|
||||||

|

|
||||||

|

|
||||||
|
|
||||||
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
|
||||||
```
|
```
|
||||||
|
|
Loading…
Reference in New Issue