kopia lustrzana https://github.com/linuxserver/docker-documentation
Bot Updating Templated Files
rodzic
bfc375fb75
commit
907dfe4ae9
|
@ -56,8 +56,8 @@ docker create \
|
||||||
-e PGID=1000 \
|
-e PGID=1000 \
|
||||||
-e TZ=Europe/London \
|
-e TZ=Europe/London \
|
||||||
-e APPNAME=xclock \
|
-e APPNAME=xclock \
|
||||||
-e GUAC_USER=abc \
|
-e GUAC_USER=abc `#optional` \
|
||||||
-e GUAC_PASS=900150983cd24fb0d6963f7d28e17f72 \
|
-e GUAC_PASS=900150983cd24fb0d6963f7d28e17f72 `#optional` \
|
||||||
-p 8080:8080 \
|
-p 8080:8080 \
|
||||||
-p 3389:3389 \
|
-p 3389:3389 \
|
||||||
-v </path/to/appdata>:/config \
|
-v </path/to/appdata>:/config \
|
||||||
|
@ -82,8 +82,8 @@ services:
|
||||||
- PGID=1000
|
- PGID=1000
|
||||||
- TZ=Europe/London
|
- TZ=Europe/London
|
||||||
- APPNAME=xclock
|
- APPNAME=xclock
|
||||||
- GUAC_USER=abc
|
- GUAC_USER=abc #optional
|
||||||
- GUAC_PASS=900150983cd24fb0d6963f7d28e17f72
|
- GUAC_PASS=900150983cd24fb0d6963f7d28e17f72 #optional
|
||||||
volumes:
|
volumes:
|
||||||
- </path/to/appdata>:/config
|
- </path/to/appdata>:/config
|
||||||
ports:
|
ports:
|
||||||
|
@ -111,10 +111,11 @@ Container images are configured using parameters passed at runtime (such as thos
|
||||||
|
|
||||||
## Application Setup
|
## Application Setup
|
||||||
|
|
||||||
This is baseimage meant to be used as base for graphical applications. Please
|
This is a baseimage meant to be used as base for graphical applications. Please
|
||||||
refer to the example folder for usage.
|
refer to the example folder for usage.
|
||||||
|
|
||||||
Passwords can be generate via the following:
|
If `GUAC_USER` and `GUAC_PASS` are not set, there is no authentication.
|
||||||
|
Passwords can be generated via the following:
|
||||||
```
|
```
|
||||||
echo -n password | openssl md5
|
echo -n password | openssl md5
|
||||||
```
|
```
|
||||||
|
|
Ładowanie…
Reference in New Issue