From ce5e505aa054bb578c015a6dabb8c6f64c4ba02f Mon Sep 17 00:00:00 2001 From: Simon Beginn Date: Sat, 1 Aug 2020 13:41:33 +0200 Subject: [PATCH] Added one sentence regarding ipv4/ipv6 to docker --- docs/Getting Started.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/Getting Started.md b/docs/Getting Started.md index ba48930..560788c 100644 --- a/docs/Getting Started.md +++ b/docs/Getting Started.md @@ -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-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 -service disruption. +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 +command will download, "install" and start _py-kms_ and also keep it alive after any service disruption. ```bash docker run -d --name py-kms --restart always -p 1688:1688 pykmsorg/py-kms ```