From 7805ebc289b4b026e7a3f4448a8aa5944e2b60e7 Mon Sep 17 00:00:00 2001 From: Simon Beginn Date: Mon, 15 Jun 2020 16:07:17 +0200 Subject: [PATCH] Fixed broken formatting --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index f1c4275..072f8cc 100644 --- a/README.md +++ b/README.md @@ -59,10 +59,12 @@ and stop the GUI with the same precedent command (or interact with EXIT button). This projects has docker image support. You can find all available image configurations inside the docker folder. There are three tags of the images available: + * `latest`, currently the same like minimal... * `minimal`, wich is based on the python3 minimal configuration of py-kms. _This image does NOT include SQLLite support!_ * `python2`, which is fully configurable and equiped with SQLLite support and web interface. * `python3`, which is like the `python2` tag - just with Python 3... + If you just want to use the image and don't want to build them yourself, you can use the official image at the docker hub (`pykmsorg/py-kms`). To ensure that the image is always up-to-date you should check [watchtower](https://github.com/containrrr/watchtower) out!