mirror of
https://github.com/Py-KMS-Organization/py-kms.git
synced 2025-05-28 05:54:54 -04:00
Added the docker image to the readmes
This commit is contained in:
parent
0778ba5c66
commit
4c51738d15
2 changed files with 25 additions and 0 deletions
15
docker/docker-py3-kms-minimal/README.md
Normal file
15
docker/docker-py3-kms-minimal/README.md
Normal file
|
@ -0,0 +1,15 @@
|
|||
# HowTo start the image...
|
||||
```
|
||||
docker run -it -d --name py3-kms \
|
||||
-p 8080:8080 \
|
||||
-p 1688:1688 \
|
||||
-e IP=0.0.0.0 \
|
||||
-e PORT=1688 \
|
||||
-e HWID=RANDOM \
|
||||
-e LOGLEVEL=INFO \
|
||||
-e LOGSIZE=2 \
|
||||
-e LOGFILE=/var/log/py3-kms.log \
|
||||
-v /etc/localtime:/etc/localtime:ro \
|
||||
-v /var/log:/var/log:rw \
|
||||
--restart unless-stopped realsimonmicro/py-kms:minimal
|
||||
```
|
Loading…
Add table
Add a link
Reference in a new issue