From 0ebd9a51450e542c79bdeb55842b8f1f7acc2628 Mon Sep 17 00:00:00 2001 From: Dubh Ad Date: Thu, 8 Jul 2021 08:21:26 +0100 Subject: [PATCH] Highlighting breaking change/prerequisite (#18426) Based off the breaking change in 2021.7 (https://github.com/home-assistant/core/pull/51628), highlighting the requirements here --- source/_includes/installation/container.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/source/_includes/installation/container.md b/source/_includes/installation/container.md index b559d09fd3d..5c05b6bb33e 100644 --- a/source/_includes/installation/container.md +++ b/source/_includes/installation/container.md @@ -7,6 +7,8 @@ These below instructions are for an installation of Home Assistant Container run Prerequisites This guide assumes that you already have an operating system setup and a container runtime installed (like Docker). + +If you are using Docker then you need to be on at least version 19.03.9, ideally an even higher version, and `libseccomp` 2.42 or newer. ### Platform Installation