Commit Graph

5 Commits

Author SHA1 Message Date
Nathaniel b3675c82bd
Clarify which image architecture is run by default
Given the list of architectures supported by the busybox image, it's confusing to reference "the `x86_64` variant is pulled and run" when there's no platform architecture that matches that name. Instead, changing the documentation to reference `amd64` makes more sense as there is no `linux/x86_64` architecture that's supported by Docker (AFAIK), but there _is_ `linux/amd64`.
2021-12-10 13:37:23 -06:00
Usha Mandya b3e792e495 Update Docker official images and DVPP references
Signed-off-by: Usha Mandya <usha.mandya@docker.com>
2021-08-19 00:01:01 +01:00
Sebastiaan van Stijn 3baf4cd9fa
desktop/multi-arch: various (markdown) touch-ups
- remove mention of "experimental" for buildx
- use "console" where possible
- removed use of Bash "heredoc" in example, which may not work on
  shells other than Bash
- wrap content to ~80 chars
- enable TOC on page

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2021-05-10 12:56:15 +02:00
Sebastiaan van Stijn 07a8770303
desktop: multi-arch: remove "install" section
Docker Desktop 2.x is deprecated, so any current version of Desktop
ships with buildx and the requirements to use multi-arch.

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2021-05-10 12:16:53 +02:00
Sebastiaan van Stijn fff8484f19
desktop: move "multi-arch" page out of "for mac" section
Both Docker Desktop for Mac and Docker Desktop for Windows provide
this feature, so moving it out of the section that's specific to
Docker Desktop for Mac.

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2021-05-10 12:14:15 +02:00