From f1ad5ae6c3406393b5b13849c8e434c185f355a6 Mon Sep 17 00:00:00 2001 From: cogneato Date: Tue, 3 Mar 2020 13:35:17 -0700 Subject: [PATCH] Add clarification about docker installation (#12254) * Add clarification about docker installation Adding a note about the core docker installation vs the supervised docker installation. * :pencil2: Tweaks Co-authored-by: Franck Nijhof --- source/_docs/installation/docker.markdown | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/source/_docs/installation/docker.markdown b/source/_docs/installation/docker.markdown index 02139e0cebe5..f9f55472d6c9 100644 --- a/source/_docs/installation/docker.markdown +++ b/source/_docs/installation/docker.markdown @@ -4,6 +4,14 @@ description: "Instructions to install Home Assistant on a Docker." redirect_from: /getting-started/installation-docker/ --- +
+ +These below instructions are for an installation of Home Assistant Core running in your own Docker environment, which you manage yourself. + +For an installation of Home Assistant Supervised, which includes Home Assistant's add-on ecosystem, see the instructions for installing [Home Assistant Supervised on a generic Linux host](/hassio/installation/#alternative-install-home-assistant-supervised-on-a-generic-linux-host/). + +
+ ## Platform Installation Installation with Docker is straightforward. Adjust the following command so that `/PATH_TO_YOUR_CONFIG` points at the folder where you want to store your configuration and run it: