diff options
Diffstat (limited to 'documentation/dev-manual')
-rw-r--r-- | documentation/dev-manual/start.rst | 28 |
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 | ||
422 | 5. *Optionally Orient Yourself With Docker:* If you are unfamiliar with | 414 | 5. *Optionally Orient Yourself With Docker:* If you are unfamiliar with |