mirror of
https://github.com/SystemRage/py-kms.git
synced 2024-11-22 16:25:37 +01:00
Formulations and clarification (#63)
* Formulations and clarification * Typo
This commit is contained in:
parent
9b1fefecae
commit
26d6f2e03a
@ -64,7 +64,7 @@ and stop the GUI with `python pykms_Server.py etrigan stop` (or interact with th
|
|||||||
![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)
|
||||||
|
|
||||||
This projects 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!_
|
||||||
|
@ -15,7 +15,7 @@ docker run -it -d --name py3-kms \
|
|||||||
--restart unless-stopped pykmsorg/py-kms:[TAG]
|
--restart unless-stopped pykmsorg/py-kms:[TAG]
|
||||||
```
|
```
|
||||||
_Make sure to insert at `[TAG]` your wanted edition! The default is `latest`, which does not include SQLLite support. For all available tag check [this](https://hub.docker.com/r/pykmsorg/py-kms/tags) out._
|
_Make sure to insert at `[TAG]` your wanted edition! The default is `latest`, which does not include SQLLite support. For all available tag check [this](https://hub.docker.com/r/pykmsorg/py-kms/tags) out._
|
||||||
Please note you can omit the `SQLITE` option if you plan to use the minimal ot `latest` image
|
Therefore you can omit the `-e SQLITE=...` and `-p 8080:8080` option if you plan to use the `minimal` or `latest` image.
|
||||||
|
|
||||||
# Sqlite-web
|
# Sqlite-web
|
||||||
A web-based SQLite database browser written in Python.
|
A web-based SQLite database browser written in Python.
|
||||||
|
Loading…
Reference in New Issue
Block a user