From 431c4b6e4a8c812d7aeb2969aaaee57dc2a26cfd Mon Sep 17 00:00:00 2001 From: Paulo Castro Date: Fri, 2 Apr 2021 18:05:31 +0100 Subject: [PATCH] docker: Remove references to CLI docker images in the installation docs Change-type: patch --- INSTALL-MAC.md | 5 ----- INSTALL-WINDOWS.md | 5 ----- 2 files changed, 10 deletions(-) diff --git a/INSTALL-MAC.md b/INSTALL-MAC.md index 0171b61e..25f4b733 100644 --- a/INSTALL-MAC.md +++ b/INSTALL-MAC.md @@ -74,9 +74,4 @@ for Windows or macOS dropped support for the AUFS filesystem in Docker CE versio * Downgrade Docker Desktop to version 18.06.1. Link: [Docker CE for Mac](https://docs.docker.com/docker-for-mac/release-notes/#docker-community-edition-18061-ce-mac73-2018-08-29) -The [balena CLI Docker images](./docker/DOCKER.md) also support the `balena preload` command, -but they do not avoid the requirement of using a Linux physical or virtual machine. This is -because the AUFS storage driver is not present in the Linux kernel used by the newer versions -of Docker Desktop for Windows or macOS. - We are working on replacing AUFS with overlay2 in balenaOS images of the affected device types. diff --git a/INSTALL-WINDOWS.md b/INSTALL-WINDOWS.md index cb829ac0..535cf5a7 100644 --- a/INSTALL-WINDOWS.md +++ b/INSTALL-WINDOWS.md @@ -73,9 +73,4 @@ for Windows or macOS dropped support for the AUFS filesystem in Docker CE versio * Downgrade Docker Desktop to version 18.06.1. Link: [Docker CE for Windows](https://docs.docker.com/docker-for-windows/release-notes/#docker-community-edition-18061-ce-win73-2018-08-29) -The [balena CLI Docker images](./docker/DOCKER.md) also support the `balena preload` command, -but they do not avoid the requirement of using a Linux physical or virtual machine. This is -because the AUFS storage driver is not present in the Linux kernel used by the newer versions -of Docker Desktop for Windows or macOS. - We are working on replacing AUFS with overlay2 in balenaOS images of the affected device types.