Skip to content

Commit 6918195

Browse files
gbarr01Misty Stanley-Jones
authored andcommitted
Use platforms matrices and separte from tools/products (docker#4425)
1 parent 82e8853 commit 6918195

File tree

1 file changed

+20
-3
lines changed

1 file changed

+20
-3
lines changed

manuals.md

Lines changed: 20 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,15 +7,32 @@ The Docker platform is comprised of a family of tools and products. After
77
learning the general principles of the Docker workflow under [Guides](/), you
88
can find the documentation for these tools and products here.
99

10+
## Supported platforms
11+
12+
Docker CE and EE are available on multiple platforms, on cloud and on-premises.
13+
Use the following tables to choose the best installation path for you.
14+
15+
### Desktop
16+
17+
{% include docker_desktop_matrix.md %}
18+
19+
### Cloud
20+
21+
{% include docker_cloud_matrix.md %}
22+
23+
See also [Docker Cloud](#docker-cloud) for setup instructions for
24+
Digital Ocean, Packet, SoftLayer, or Bring Your Own Cloud.
25+
26+
### Server
27+
28+
{% include docker_platform_matrix.md %}
29+
1030
## Tools
1131

1232
Free downloadables that help your device use Docker containers.
1333

1434
| Tool | Description |
1535
| ---- | ----------- |
16-
| [Docker for Mac](/docker-for-mac/) | Docker desktop solution that includes everything a developer needs to create and test applications on a Mac |
17-
| [Docker for Windows](/docker-for-windows) | Docker desktop solution that includes everything a developer needs to create and test applications on a Windows system|
18-
| [Docker for Linux](/engine/installation/#on-linux) | Installation guides for running Docker on all supported Linux distros. |
1936
| [Docker Compose](/compose/overview/) | Enables you to define, build, and run multi-container applications |
2037
| [Docker Machine](/machine/overview/) | Enables you to provision and manage Dockerized hosts.|
2138
| [Docker Notary](/notary/getting_started/) | Allows the signing of container images to enable Docker Content Trust |

0 commit comments

Comments
 (0)