mirror of https://github.com/docker/docs.git
Added clarification text in _index.md (#23167)
Added clarification text for the supported platforms table ## Description The table does not only list the "supported platforms" but actually contains links to installation procedures. This wasn't clear enough. The clarification text verbosely states what the user might want to do.
This commit is contained in:
parent
23c17dd943
commit
19c02b48c8
|
@ -38,7 +38,9 @@ Docker CE. Docker Engine is also available for Windows, macOS, and Linux,
|
|||
through Docker Desktop. For instructions on how to install Docker Desktop,
|
||||
see: [Overview of Docker Desktop](/manuals/desktop/_index.md).
|
||||
|
||||
## Supported platforms
|
||||
## Installation procedures for supported platforms
|
||||
|
||||
Click on a platform's link to view the relevant installation procedure.
|
||||
|
||||
| Platform | x86_64 / amd64 | arm64 / aarch64 | arm (32-bit) | ppc64le | s390x |
|
||||
| :--------------------------------------------- | :------------: | :-------------: | :----------: | :-----: | :---: |
|
||||
|
|
Loading…
Reference in New Issue