Minor reformulations

Added references
This commit is contained in:
Simon Beginn 2020-10-06 13:38:43 +02:00
parent 8dccd717c7
commit 08b25e43c2
2 changed files with 3 additions and 3 deletions

View File

@ -36,7 +36,7 @@ There are currently the following architectures available (if you need an other,
_Please note that any architecture other than the classic `amd64` is slightly bigger (~4 MB), caused by the use of qemu during building._
#### Docker Compose
You can use docker-compose instead of Dockerfile, so you do not need to respecify your settings again and again. The following compose file will deploy the `latest` image into your local directory.
You can use docker-compose instead of building and running the Dockerfile, so you do not need to respecify your settings again and again. The following Docker Compose file will deploy the `latest` image with the log into your local directory.
```yaml
version: '3'
@ -59,7 +59,7 @@ services:
```
#### Parameters
Below is a fully expanded run command, detailing all the different supported environment variables to set.
Below is a fully expanded run command, detailing all the different supported environment variables to set. For further reference see the [start parameters](Usage.md#docker-environment) for the docker environment.
```bash
docker run -it -d --name py3-kms \
-p 8080:8080 \

View File

@ -302,7 +302,7 @@ You can enable same _pykms_Server.py_ suboptions of `-F`.
> Use this flag to set a maximum size (in MB) to the output log file. Deactivated by default.
### Docker Environment
This are the currently used `ENV` statements from the dockerfiles. For further references what exactly the parameters mean, please see the start parameters for the server.
This are the currently used `ENV` statements from the Dockerfile(s). For further references what exactly the parameters mean, please see the start parameters for the [server](Usage.md#pykms-server-py).
```
# IP-address
# The IP address to listen on. The default is "0.0.0.0" (all interfaces).