Restructured some things and made 1000:100 the default user. Added debian base image, tests and update README.md

This commit is contained in:
PlusMinus0 2018-11-17 22:53:34 +01:00
parent 0084476349
commit e96b9d994f
10 changed files with 126 additions and 54 deletions

View file

@ -36,7 +36,7 @@ Headless JDownloader 2 Docker Container
## Optional environment variables
|Environment Variable|Description|
|--------------------|-----------|
|UID|Specifies the UID the daemon should run as. All created files will be owned by this UID. Defaults to 0 for root.|
|GID|Specifies the GID for all created files. This only works in combination with the UID. Defaults to 0 for root.|
|UID|Specifies the UID the daemon should run as. All created files will be owned by this UID. Defaults to 1000.|
|GID|Specifies the GID for all created files. This only works in combination with the UID. Defaults to 100 for users.|
Not setting these will default to root:root. If you are required to set all environment varibles, setting these to 0 will fall back to the default.
Not setting these will default to 1000:100.