mirror of https://github.com/docker/docs.git
Fix wrong heading, cleanup
This commit is contained in:
parent
d06a04d1cc
commit
2fa0a8065c
|
@ -1,7 +1,13 @@
|
|||
{% assign green-check = '{: style="height: 14px; margin: 0 auto"}' %}
|
||||
{% assign install-prefix = '/install/linux' %}
|
||||
|
||||
| Platform | Docker Enterprise Edition | Docker EE |
|
||||
Docker Certified Infrastructure is Docker’s prescriptive approach to deploying
|
||||
Docker Enterprise Edition (EE) on a range of infrastructure choices. Each Docker
|
||||
Certified Infrastructure includes a reference architecture, automation templates,
|
||||
and 3rd party ecosystem solution briefs, equipping you to automate and reliably
|
||||
deploy Docker EE as well as simplifying lifecycle management of our platform.
|
||||
|
||||
| Platform | Docker Enterprise Edition | Docker Community Edition |
|
||||
|:--------------------|:------------------------------------------------------------------------------------------------:|:---------------------------------------:|
|
||||
| VMware | [{{ green-check }}](https://success.docker.com/article/certified-infrastructures-vmware-vsphere) | |
|
||||
| Amazon Web Services | [{{ green-check }}](/docker-for-aws/) | [{{ green-check }}](/docker-for-aws/) |
|
||||
|
|
|
@ -48,17 +48,8 @@ Use the following tables to choose the best installation path for you.
|
|||
|
||||
### Docker Certified Infrastructure
|
||||
|
||||
Docker Certified Infrastructure is Docker’s prescriptive approach to deploying
|
||||
Docker Enterprise Edition (EE) on a range of infrastructure choices. Each Docker
|
||||
Certified Infrastructure includes a reference architecture, automation templates,
|
||||
and 3rd party ecosystem solution briefs, equipping you to automate and reliably
|
||||
deploy Docker EE as well as simplifying lifecycle management of our platform.
|
||||
|
||||
{% include docker_cloud_matrix.md %}
|
||||
|
||||
See also [Docker Cloud](#docker-cloud) for setup instructions for
|
||||
Digital Ocean, Packet, SoftLayer, or Bring Your Own Cloud.
|
||||
|
||||
### Server
|
||||
|
||||
{% include docker_platform_matrix.md %}
|
||||
|
@ -87,17 +78,6 @@ Starting with Docker 17.03, Docker uses a time-based release schedule.
|
|||
Instructions for installing prior releases of Docker can be found in the
|
||||
[Docker archives](/docsarchive/).
|
||||
|
||||
## Docker Cloud
|
||||
|
||||
You can use Docker Cloud to automatically provision and manage your cloud instances.
|
||||
|
||||
* [Amazon Web Services setup guide](/docker-cloud/cloud-swarm/link-aws-swarm.md)
|
||||
* [Microsoft Azure setup guide](/docker-cloud/cloud-swarm/link-azure-swarm.md)
|
||||
* [DigitalOcean setup guide](/docker-cloud/infrastructure/link-do.md)
|
||||
* [Packet setup guide](/docker-cloud/infrastructure/link-packet.md)
|
||||
* [SoftLayer setup guide](/docker-cloud/infrastructure/link-softlayer.md)
|
||||
* [Use the Docker Cloud Agent to Bring your Own Host](/docker-cloud/infrastructure/byoh.md)
|
||||
|
||||
## Get started
|
||||
|
||||
After setting up Docker, try learning the basics over at
|
||||
|
|
|
@ -16,13 +16,10 @@ Use the following tables to choose the best installation path for you.
|
|||
|
||||
{% include docker_desktop_matrix.md %}
|
||||
|
||||
### Cloud
|
||||
### Docker Certified Infrastructure
|
||||
|
||||
{% include docker_cloud_matrix.md %}
|
||||
|
||||
See also [Docker Cloud](#docker-cloud) for setup instructions for
|
||||
Digital Ocean, Packet, SoftLayer, or Bring Your Own Cloud.
|
||||
|
||||
### Server
|
||||
|
||||
{% include docker_platform_matrix.md %}
|
||||
|
|
Loading…
Reference in New Issue