From 1737e01cb81ec15c715839e9ef93753b2152c98d Mon Sep 17 00:00:00 2001 From: Andre Date: Tue, 31 Jan 2017 18:05:05 +0100 Subject: [PATCH] Update README.md --- README.md | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 062dd5b..d7994d2 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,14 @@ # docker-iobroker -Docker Image for ioBroker based on Debian +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.
+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 + +Coming soon... + +## Changelog + +### v0.0.1 (2017-01-31) +* project started / initial release