Skip to content

Commit 3fb9cec

Browse files
reordered cards to surface CE/EE (docker#2572)
flipped tools products order on manuals page Signed-off-by: Victoria Bialas <victoria.bialas@docker.com>
1 parent 1205d5d commit 3fb9cec

File tree

2 files changed

+64
-69
lines changed

2 files changed

+64
-69
lines changed

index.md

+52-56
Original file line numberDiff line numberDiff line change
@@ -36,42 +36,7 @@ environment. Highlights Compose Version 3 new features and swarm mode.
3636
## Components
3737

3838
<div class="component-container">
39-
<!--start real row-->
40-
<div class="row">
41-
<!--organic row 1-->
42-
<!--cloud-->
43-
<div class="col-sm-4 col-md-12 col-lg-3 block">
44-
<div class="component">
45-
<div class="component-icon">
46-
<a href="docker-cloud/"> <img src="../images/cloud_48.svg" alt="Docker Cloud"> </a>
47-
</div>
48-
<h3 id="docker-cloud"><a href="docker-cloud/">Docker Cloud</a></h3>
49-
<p>A hosted service for building, testing, and deploying Docker images to your hosts.</p>
50-
</div>
51-
</div>
52-
<!--UCP-->
53-
<div class="col-sm-4 col-md-12 col-lg-3 block">
54-
<div class="component">
55-
<div class="component-icon">
56-
<a href="datacenter/ucp/2.1/guides/"> <img src="../images/UCP_48.svg" alt="Docker Universal Control Plane"> </a>
57-
</div>
58-
<h3 id="ucp"><a href="datacenter/ucp/2.1/guides/">Docker Universal Control Plane</a></h3>
59-
<p>(UCP) Manage a cluster of on-premise Docker hosts like a single machine with this enterprise product.</p>
60-
</div>
61-
</div>
62-
<!--DTR-->
63-
<div class="col-sm-4 col-md-12 col-lg-3 block">
64-
<div class="component">
65-
<div class="component-icon">
66-
<a href="datacenter/dtr/2.2/guides/"> <img src="../images/dtr_48.svg" alt="Docker Trusted Registry"> </a>
67-
</div>
68-
<h3 id="dtr"><a href="datacenter/dtr/2.2/guides/">Docker Trusted Registry</a></h3>
69-
<p>(DTR) An enterprise image storage solution you can install behind a firewall to manage images and access.</p>
70-
</div>
71-
</div>
72-
<!-- end real row-->
73-
</div>
74-
<!--start real row-->
39+
<!--start row-->
7540
<div class="row">
7641
<!--organic row 1-->
7742
<!--Docker for Mac-->
@@ -106,35 +71,66 @@ environment. Highlights Compose Version 3 new features and swarm mode.
10671
</div>
10772
<!--organic row 2-->
10873
<!--editions-->
74+
<div class="col-sm-4 col-md-12 col-lg-3 block">
75+
<div class="component">
76+
<div class="component-icon">
77+
<a href="engine/installation/"> <img src="../images/apple_48.svg" alt="Docker Editions"> </a>
78+
</div>
79+
<h3 id="editions"><a href="engine/installation/">Docker Editions</a></h3>
80+
<p>Platform matrix and superset of installers for Docker for desktops, servers, or cloud providers.</p>
81+
</div>
82+
</div>
83+
<!--compose-->
10984
<div class="col-sm-4 col-md-12 col-lg-3 block">
11085
<div class="component">
11186
<div class="component-icon">
112-
<a href="engine/installation/"> <img src="../images/apple_48.svg" alt="Docker Editions"> </a>
87+
<a href="compose/overview/"> <img src="../images/compose_48.svg" alt="Docker Compose"> </a>
11388
</div>
114-
<h3 id="editions"><a href="engine/installation/">Docker Editions</a></h3>
115-
<p>Platform matrix and superset of installers for Docker for desktops, servers, or cloud providers.</p>
116-
</div>
89+
<h3 id="compose"><a href="compose/overview/">Docker Compose</a></h3>
90+
<p>Define application stacks built using multiple containers, services, and swarm configurations.</p>
11791
</div>
118-
<!--compose-->
119-
<div class="col-sm-4 col-md-12 col-lg-3 block">
120-
<div class="component">
121-
<div class="component-icon">
122-
<a href="compose/overview/"> <img src="../images/compose_48.svg" alt="Docker Compose"> </a>
123-
</div>
124-
<h3 id="compose"><a href="compose/overview/">Docker Compose</a></h3>
125-
<p>Define application stacks built using multiple containers, services, and swarm configurations.</p>
92+
</div>
93+
<!--machine-->
94+
<div class="col-sm-4 col-md-12 col-lg-3 block">
95+
<div class="component">
96+
<div class="component-icon">
97+
<a href="machine/overview/"> <img src="../images/machine_48.svg" alt="Docker Trusted Registry"> </a>
98+
</div>
99+
<h3 id="machine"><a href="machine/overview/">Docker Machine</a></h3>
100+
<p>Automate container provisioning on your network or in the cloud. Available for Windows, macOS, or Linux.</p>
101+
</div>
102+
</div>
103+
<!--organic row 3-->
104+
<!--cloud-->
105+
<div class="col-sm-4 col-md-12 col-lg-3 block">
106+
<div class="component">
107+
<div class="component-icon">
108+
<a href="docker-cloud/"> <img src="../images/cloud_48.svg" alt="Docker Cloud"> </a>
109+
</div>
110+
<h3 id="docker-cloud"><a href="docker-cloud/">Docker Cloud</a></h3>
111+
<p>A hosted service for building, testing, and deploying Docker images to your hosts.</p>
126112
</div>
127113
</div>
128-
<!--machine-->
129-
<div class="col-sm-4 col-md-12 col-lg-3 block">
130-
<div class="component">
131-
<div class="component-icon">
132-
<a href="machine/overview/"> <img src="../images/machine_48.svg" alt="Docker Trusted Registry"> </a>
133-
</div>
134-
<h3 id="machine"><a href="machine/overview/">Docker Machine</a></h3>
135-
<p>Automate container provisioning on your network or in the cloud. Available for Windows, macOS, or Linux.</p>
114+
<!--UCP-->
115+
<div class="col-sm-4 col-md-12 col-lg-3 block">
116+
<div class="component">
117+
<div class="component-icon">
118+
<a href="datacenter/ucp/2.1/guides/"> <img src="../images/UCP_48.svg" alt="Docker Universal Control Plane"> </a>
119+
</div>
120+
<h3 id="ucp"><a href="datacenter/ucp/2.1/guides/">Docker Universal Control Plane</a></h3>
121+
<p>(UCP) Manage a cluster of on-premise Docker hosts like a single machine with this enterprise product.</p>
136122
</div>
137123
</div>
124+
<!--DTR-->
125+
<div class="col-sm-4 col-md-12 col-lg-3 block">
126+
<div class="component">
127+
<div class="component-icon">
128+
<a href="datacenter/dtr/2.2/guides/"> <img src="../images/dtr_48.svg" alt="Docker Trusted Registry"> </a>
129+
</div>
130+
<h3 id="dtr"><a href="datacenter/dtr/2.2/guides/">Docker Trusted Registry</a></h3>
131+
<p>(DTR) An enterprise image storage solution you can install behind a firewall to manage images and access.</p>
132+
</div>
133+
</div>
138134
<!-- end real row-->
139135
</div>
140136
<!-- end component-container 2-->

manuals.md

+12-13
Original file line numberDiff line numberDiff line change
@@ -7,19 +7,6 @@ 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-
## Products
11-
12-
Commercial Docker products that turn your container-based solution into a
13-
production-ready application.
14-
15-
| Product | Description |
16-
| ------- | ----------- |
17-
| [Docker Cloud](/docker-cloud/) | Manages multi-container applications and host resources running on a cloud provider (such as Amazon Web Services) |
18-
| [Universal Control Plane (UCP)](/datacenter/ucp/2.1/guides/) | Manages multi-container applications on a custom host installation (on-premise, on a cloud provider) |
19-
| [Docker Trusted Registry (DTR)](/datacenter/dtr/2.2/guides/) | Runs a private repository of container images and makes them available to a UCP instance |
20-
| [Docker Store](/docker-store/) | Public, Docker-hosted registry that distributes free and paid images from various publishers |
21-
| [CS Docker Engine](/cs-engine/install) | The commercially-supported version of Docker that excludes experimental features and includes customer support |
22-
2310
## Tools
2411

2512
Free downloadables that help your device use Docker containers.
@@ -34,6 +21,18 @@ Free downloadables that help your device use Docker containers.
3421
| [Docker Notary](/notary/getting_started/) | Allows the signing of container images to enable Docker Content Trust |
3522
| [Docker Registry](/registry/) | The software that powers Docker Hub and Docker Store, Registry stores and distributes container images |
3623

24+
## Products
25+
26+
Commercial Docker products that turn your container-based solution into a
27+
production-ready application.
28+
29+
| Product | Description |
30+
| ------- | ----------- |
31+
| [Docker Cloud](/docker-cloud/) | Manages multi-container applications and host resources running on a cloud provider (such as Amazon Web Services) |
32+
| [Universal Control Plane (UCP)](/datacenter/ucp/2.1/guides/) | Manages multi-container applications on a custom host installation (on-premise, on a cloud provider) |
33+
| [Docker Trusted Registry (DTR)](/datacenter/dtr/2.2/guides/) | Runs a private repository of container images and makes them available to a UCP instance |
34+
| [Docker Store](/docker-store/) | Public, Docker-hosted registry that distributes free and paid images from various publishers |
35+
| [CS Docker Engine](/cs-engine/install) | The commercially-supported version of Docker that excludes experimental features and includes customer support |
3736

3837
## Superseded products and tools
3938

0 commit comments

Comments
 (0)