You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: manuals.md
+20-3Lines changed: 20 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -7,15 +7,32 @@ The Docker platform is comprised of a family of tools and products. After
7
7
learning the general principles of the Docker workflow under [Guides](/), you
8
8
can find the documentation for these tools and products here.
9
9
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
+
10
30
## Tools
11
31
12
32
Free downloadables that help your device use Docker containers.
13
33
14
34
| Tool | Description |
15
35
| ---- | ----------- |
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. |
19
36
|[Docker Compose](/compose/overview/)| Enables you to define, build, and run multi-container applications |
20
37
|[Docker Machine](/machine/overview/)| Enables you to provision and manage Dockerized hosts.|
21
38
|[Docker Notary](/notary/getting_started/)| Allows the signing of container images to enable Docker Content Trust |
0 commit comments