summaryrefslogtreecommitdiffstats
path: root/documentation/dev-manual
diff options
context:
space:
mode:
authorMichael Opdenacker <michael.opdenacker@bootlin.com>2021-04-28 15:20:08 +0200
committerRichard Purdie <richard.purdie@linuxfoundation.org>2021-05-03 13:37:48 +0100
commitc075e28aa01c4ecc156b8e708c846e59b186fb29 (patch)
tree13031ee0e5b4e8fc95706037385861a762829c16 /documentation/dev-manual
parent73d317c393e543ba0ce52bba9df61a1825492e14 (diff)
downloadpoky-c075e28aa01c4ecc156b8e708c846e59b186fb29.tar.gz
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 <michael.opdenacker@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/dev-manual')
-rw-r--r--documentation/dev-manual/start.rst28
1 files 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:
387 software. Follow the instructions for your specific machine and the 387 software. Follow the instructions for your specific machine and the
388 type of the software you need to install: 388 type of the software you need to install:
389 389
390 - Install `Docker CE for 390 - Install `Docker Desktop on
391 Windows <https://docs.docker.com/docker-for-windows/install/#install-docker-desktop-on-windows>`__ 391 Windows <https://docs.docker.com/docker-for-windows/install/#install-docker-desktop-on-windows>`__
392 for Windows build hosts that meet requirements. 392 for Windows build hosts that meet requirements.
393 393
394 - Install `Docker CE for 394 - Install `Docker Desktop on
395 MacOs <https://docs.docker.com/docker-for-mac/install/#install-and-run-docker-desktop-on-mac>`__ 395 MacOs <https://docs.docker.com/docker-for-mac/install/#install-and-run-docker-desktop-on-mac>`__
396 for Mac build hosts that meet requirements. 396 for Mac build hosts that meet requirements.
397 397
398 - Install `Docker Toolbox for 398 - Install `Docker Engine on
399 Windows <https://docs.docker.com/toolbox/toolbox_install_windows/>`__ 399 CentOS <https://docs.docker.com/engine/install/centos/>`__
400 for Windows build hosts that do not meet Docker requirements.
401
402 - Install `Docker Toolbox for
403 MacOS <https://docs.docker.com/toolbox/toolbox_install_mac/>`__
404 for Mac build hosts that do not meet Docker requirements.
405
406 - Install `Docker CE for
407 CentOS <https://docs.docker.com/install/linux/docker-ce/centos/>`__
408 for Linux build hosts running the CentOS distribution. 400 for Linux build hosts running the CentOS distribution.
409 401
410 - Install `Docker CE for 402 - Install `Docker Engine on
411 Debian <https://docs.docker.com/install/linux/docker-ce/debian/>`__ 403 Debian <https://docs.docker.com/engine/install/debian/>`__
412 for Linux build hosts running the Debian distribution. 404 for Linux build hosts running the Debian distribution.
413 405
414 - Install `Docker CE for 406 - Install `Docker Engine for
415 Fedora <https://docs.docker.com/install/linux/docker-ce/fedora/>`__ 407 Fedora <https://docs.docker.com/engine/install/fedora/>`__
416 for Linux build hosts running the Fedora distribution. 408 for Linux build hosts running the Fedora distribution.
417 409
418 - Install `Docker CE for 410 - Install `Docker Engine for
419 Ubuntu <https://docs.docker.com/install/linux/docker-ce/ubuntu/>`__ 411 Ubuntu <https://docs.docker.com/engine/install/ubuntu/>`__
420 for Linux build hosts running the Ubuntu distribution. 412 for Linux build hosts running the Ubuntu distribution.
421 413
4225. *Optionally Orient Yourself With Docker:* If you are unfamiliar with 4145. *Optionally Orient Yourself With Docker:* If you are unfamiliar with