From c075e28aa01c4ecc156b8e708c846e59b186fb29 Mon Sep 17 00:00:00 2001 From: Michael Opdenacker Date: Wed, 28 Apr 2021 15:20:08 +0200 Subject: [PATCH] dev-manual: update references to Docker installation instructions Update Docker installation URL on various plaforms, replacing some URLs by the ones they now redirect to, renaming "Docker CE" to "Docker Desktop" on Mac and Windows, and to "Docker Engine" on GNU/Linux. Stop mentioning "Docker Toolbox" which is now deprecated and replaced by "Docker Desktop" on Mac and Windows. (From yocto-docs rev: 8eb249aed50b7b5b2078648c9efd9c79262ae57f) Signed-off-by: Michael Opdenacker Signed-off-by: Richard Purdie --- documentation/dev-manual/start.rst | 28 ++++++++++------------------ 1 file changed, 10 insertions(+), 18 deletions(-) diff --git a/documentation/dev-manual/start.rst b/documentation/dev-manual/start.rst index f8c8637d47..18fd8ccf60 100644 --- a/documentation/dev-manual/start.rst +++ b/documentation/dev-manual/start.rst @@ -387,36 +387,28 @@ as your Yocto Project build host: software. Follow the instructions for your specific machine and the type of the software you need to install: - - Install `Docker CE for + - Install `Docker Desktop on Windows `__ for Windows build hosts that meet requirements. - - Install `Docker CE for + - Install `Docker Desktop on MacOs `__ for Mac build hosts that meet requirements. - - Install `Docker Toolbox for - Windows `__ - for Windows build hosts that do not meet Docker requirements. - - - Install `Docker Toolbox for - MacOS `__ - for Mac build hosts that do not meet Docker requirements. - - - Install `Docker CE for - CentOS `__ + - Install `Docker Engine on + CentOS `__ for Linux build hosts running the CentOS distribution. - - Install `Docker CE for - Debian `__ + - Install `Docker Engine on + Debian `__ for Linux build hosts running the Debian distribution. - - Install `Docker CE for - Fedora `__ + - Install `Docker Engine for + Fedora `__ for Linux build hosts running the Fedora distribution. - - Install `Docker CE for - Ubuntu `__ + - Install `Docker Engine for + Ubuntu `__ for Linux build hosts running the Ubuntu distribution. 5. *Optionally Orient Yourself With Docker:* If you are unfamiliar with