diff --git a/README.md b/README.md index 13cfa39..fe6da5f 100644 --- a/README.md +++ b/README.md @@ -1,17 +1,20 @@ # docker-iobroker Docker image for ioBroker (http://iobroker.net) based on debian:latest (http://hub.docker.com/_/debian/) -This project creates a Docker image for running ioBroker in a Docker container. It is made for and tested on a Synology disk station with DSM 6.0.2 and Docker 1.11.2. But it should also work on other systems running Docker.
+This project creates a Docker image for running ioBroker in a Docker container. It is made for and tested on a Synology Disk Station 1515+ with DSM 6 and Docker-Package installed. But it should also work on other systems with Docker!
Cause the container ist based on debian:latest, it acts nearly like a full virtual machine. That makes it possible to easily add some additional dependies for some ioBroker-Adapters. ## Installation & Usage -For instructions and discussion (in german) please visit ioBroker-Forum (http://forum.iobroker.net/viewtopic.php?f=17&t=5089). +A detailed tutorial (german) can be found on my Website (https://buanet.de/2017/09/iobroker-unter-docker-auf-der-synology-diskstation/).
+For discussion and support please visit ioBroker-forum-thread (http://forum.iobroker.net/viewtopic.php?f=17&t=5089) or use the comments section at the linked tutorial. Please do not contact me directly for any support-reasons. Every support-question should be answered in a public place. Thank you. + ## Changelog -### v1.1.1 (2018-03-21) +### v1.1.1 (2018-03-29) * added wget package +* updated readme.md ### v1.1.0 (2017-12-10) * changed startup call to fix restart issue