From dc3bf6f7edb79b5fec797d8a7fed4dec040484b4 Mon Sep 17 00:00:00 2001 From: Simon L Date: Mon, 10 Jul 2023 16:40:46 +0200 Subject: [PATCH] Remove warning about Docker Desktop v4.19 Signed-off-by: Simon L --- Containers/mastercontainer/start.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/Containers/mastercontainer/start.sh b/Containers/mastercontainer/start.sh index 7d838632..9e01f256 100644 --- a/Containers/mastercontainer/start.sh +++ b/Containers/mastercontainer/start.sh @@ -64,7 +64,6 @@ fi # Check if api version is supported if ! sudo -u www-data docker info &>/dev/null; then print_red "Cannot connect to the docker socket. Cannot proceed." - echo "If you are on Docker Desktop v4.19 or higher, see https://github.com/nextcloud/all-in-one/issues/2450" echo "If SELinux is enabled on your host, see https://github.com/nextcloud/all-in-one#are-there-known-problems-when-selinux-is-enabled" echo "If you are on TrueNas SCALE, see https://github.com/nextcloud/all-in-one#can-i-run-aio-on-truenas-scale" exit 1