From e72783969dacdb4050f06519a468fcdbd0c01714 Mon Sep 17 00:00:00 2001 From: roadrash2108 Date: Fri, 24 Feb 2017 20:49:07 +0100 Subject: [PATCH] Update docker.markdown (#2123) * Update docker.markdown * Update docker.markdown --- source/_docs/installation/docker.markdown | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/source/_docs/installation/docker.markdown b/source/_docs/installation/docker.markdown index 8d58678dfea..5514c9527bc 100644 --- a/source/_docs/installation/docker.markdown +++ b/source/_docs/installation/docker.markdown @@ -38,6 +38,24 @@ netsh interface portproxy add v4tov4 listenaddress=0.0.0.0 listenport=8123 conne This will let you access your Home Assistant portal from http://localhost:8123, and if you forward port 8123 on your router to your machine IP, the traffic will be forwarded on through to the docker container. +### {% linkable_title Synology NAS %} + +As Synology within DSM now supports Docker (with a neat UI), you can simply install Home Assistant using docker without the need for command-line. + +The steps would be: +* Install "Docker" package on your Synology NAS +* Launch Docker-app and move to "Registry"-section +* Find "homeassistant/home-assistant" with registry and click on "Download" +* Wait for some time until your NAS has pulled the image +* Move to the "Image"-section of the Docker-app +* Click on "Launch" +* Choose a container-name you want (e.g. "homeassistant") +* Click on "Advanced Settings" +* Set "Enable auto-restart" if you like +* Within "Volume" click on "Add Folder" (choose either an existing folder or add a new folder) +* Confirm the "Advanced Settings" +* Click on "Next" and then "Apply" +* Your Home Assistant within Docker should now run :) ### {% linkable_title Restart %}