Added some more docker badges (#69)

* Added some more docker badges

Just to show some of the impressive stats

* Fixed broken formatting
This commit is contained in:
Simonmicro 2020-07-02 00:45:55 +02:00 committed by GitHub
parent fccfeaa033
commit 8cb75b9ef3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -63,13 +63,17 @@ and stop the GUI with `python pykms_Server.py etrigan stop` (or interact with th
# Docker # Docker
![auto-docker](https://img.shields.io/docker/cloud/automated/pykmsorg/py-kms) ![auto-docker](https://img.shields.io/docker/cloud/automated/pykmsorg/py-kms)
![status-docker](https://img.shields.io/docker/cloud/build/pykmsorg/py-kms) ![status-docker](https://img.shields.io/docker/cloud/build/pykmsorg/py-kms)
![pulls-docker](https://img.shields.io/docker/pulls/pykmsorg/py-kms)
![size-docker](https://img.shields.io/docker/image-size/pykmsorg/py-kms)
This project has docker image support. You can find all available image configurations inside the docker folder. This project has docker image support. You can find all available image configurations inside the docker folder.
There are three tags of the images available: There are three tags of the images available:
* `latest`, currently the same like minimal... * `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!_ * `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. * `python2`, which is fully configurable and equiped with SQLLite support and web interface.
* `python3`, which is like the `python2` tag - just with Python 3... * `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`). 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! To ensure that the image is always up-to-date you should check [watchtower](https://github.com/containrrr/watchtower) out!