Skip to content

Commit

Permalink
Add clarification about docker installation (home-assistant#12254)
Browse files Browse the repository at this point in the history
* Add clarification about docker installation

Adding a note about the core docker installation vs the supervised docker installation.

* ✏️ Tweaks

Co-authored-by: Franck Nijhof <[email protected]>
  • Loading branch information
cogneato and frenck authored Mar 3, 2020
1 parent d3a7f2b commit f1ad5ae
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions source/_docs/installation/docker.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,14 @@ description: "Instructions to install Home Assistant on a Docker."
redirect_from: /getting-started/installation-docker/
---

<div class='note warning'>

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/).

</div>

## 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:
Expand Down

0 comments on commit f1ad5ae

Please sign in to comment.