From 59b92ef9a2c2bf20288555651e648a7b0da9b727 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Magnus=20=C3=98verli?= Date: Fri, 26 Jul 2019 15:09:41 +0200 Subject: [PATCH] Added info on supported Ubuntu versions (#9940) * Added info on supported Ubuntu versions Adding a note on the latest docker-supported version of Ubuntu. * Added info on supported versions of Ubuntu Added a note to remind users that docker needs to be supported by their version of Ubuntu, and where to check if it is. --- source/hassio/installation.markdown | 2 ++ 1 file changed, 2 insertions(+) diff --git a/source/hassio/installation.markdown b/source/hassio/installation.markdown index 7cd33f94fc3..c2206d779e5 100644 --- a/source/hassio/installation.markdown +++ b/source/hassio/installation.markdown @@ -138,6 +138,8 @@ You also need to have Docker-CE installed. There are well-documented procedures Some distributions, like Ubuntu, have a `docker.io` package available. Using that packages will cause issues! Be sure to install the official Docker-CE from the above listed URL. + + Docker is not always ready with a release when a new Ubuntu version is out. Check if your version of Ubuntu is supported by docker [here](https://docs.docker.com/install/linux/docker-ce/ubuntu/).