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
+10-5Lines changed: 10 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,27 +9,32 @@ can find the documentation for these tools and products here.
9
9
10
10
## Products
11
11
12
+
Commercial Docker products that turn your container-based solution into a
13
+
production-ready application.
14
+
12
15
| Product | Description |
13
16
| ------- | ----------- |
14
17
|[Docker Cloud](/docker-cloud/overview)| Manages multi-container applications and host resources running on a cloud provider (such as Amazon Web Services) |
15
18
|[Universal Control Plane (UCP)](/ucp/overview/)| Manages multi-container applications on a custom host installation (on-premise, on a cloud provider) |
16
19
|[Docker Trusted Registry (DTR)](/docker-trusted-registry/)| Runs a private repository of container images and makes them available to a UCP instance |
17
-
|[Docker Hub](/docker-hub/) and [Docker Store](/docker-store/)| Public, Docker-hosted registries that distribute free and paid container images (respectively)|
20
+
|[Docker Store](/docker-store/)| Public, Docker-hosted registry that distributes free and paid images from various publishers|
18
21
|[CS Docker Engine](/cs-engine/install)| The commercially-supported version of Docker that excludes experimental features and includes customer support |
19
22
20
23
## Tools
21
24
25
+
Free downloadables that help your device use Docker containers.
26
+
22
27
| Tool | Description |
23
28
| ---- | ----------- |
24
29
|[Docker for Mac](/docker-for-mac/) and [Docker for Windows](/docker-for-windows)| Desktop installation packages that include everything a developer needs to create and test applications |
30
+
|[Docker for Linux](/engine/installation/#on-linux)| Installation guides for running Docker on all supported Linux distros. |
25
31
|[Docker Compose](/compose/)| Enables you to define, build, and run multi-container applications |
26
32
|[Docker Notary](/notary/)| Allows the signing of container images to enable Docker Content Trust |
27
33
|[Docker Registry](/registry/)| The software that powers Docker Hub and Docker Store, Registry stores and distributes container images |
28
34
29
35
30
-
## Superseded tools
31
-
32
-
> Note: These tools have had their functionality replaced by recent releases, as noted.
36
+
## Superseded products and tools
33
37
34
-
*[Docker Toolbox](/toolbox/overview/) - Superseded by Docker for Mac/Windows
38
+
*[Docker Hub](/docker-hub/) - Superseded by Docker Store and Docker Cloud
35
39
*[Docker Swarm](/swarm/) - Functionality folded directly into native Docker, no longer a standalone tool
40
+
*[Docker Toolbox](/toolbox/overview/) - Superseded by Docker for Mac/Windows
0 commit comments