Add Note to Java 11 community papckage. (#1927)
Signed-off-by: Jerome Luckenbach <github@luckenba.ch> Signed-off-by: Jerome Luckenbach <github@luckenba.ch>pull/1928/head
parent
71337d914c
commit
c02c98107a
|
@ -46,7 +46,14 @@ In this case we need the 1032 as the user and the 65539 as the group. Write them
|
||||||
|
|
||||||
## Docker
|
## Docker
|
||||||
|
|
||||||
DSM 7 does not longer support Java 11 directly and therefor openHAB has to run in a Docker container.
|
:::tip Note
|
||||||
|
DSM 7 does not longer support Java 11 directly.
|
||||||
|
You either have to run openHAB in a Docker container or have to take care of a properly installed Java 11 runtime on your own.
|
||||||
|
|
||||||
|
The following poart shows the Docker based installation.
|
||||||
|
You may also get Java 11 via [community package](https://synocommunity.com/package/java-11-openjdk) and go own with the manual for [older DSM Versions](#older-synology-diskstations-till-dsm-6).
|
||||||
|
:::
|
||||||
|
|
||||||
And that also makes the installation easier to maintain.
|
And that also makes the installation easier to maintain.
|
||||||
It works out of the box a bit different then the normal Docker installation as described in de openHAB documententation.
|
It works out of the box a bit different then the normal Docker installation as described in de openHAB documententation.
|
||||||
Docker is a containerization platform and is used to run lightweight containers.
|
Docker is a containerization platform and is used to run lightweight containers.
|
||||||
|
|
Loading…
Reference in New Issue