Clean get Docker (#2581)

* Clean get Docker

* Fix deleted changes

* Align content to the left
This commit is contained in:
Joao Fernandes 2017-04-28 11:25:32 -07:00 committed by GitHub
parent bebc8fb53e
commit 2419c724e1
4 changed files with 56 additions and 73 deletions

View File

@ -0,0 +1,9 @@
{% assign green-check = '![yes](/engine/installation/images/green-check.svg){: style="height: 14px; margin: 0 auto"}' %}
| | Community Edition | Enterprise Edition Basic | Enterprise Edition Standard | Enterprise Edition Advanced |
|:------------------------------------------------------------------|:------------------|:-------------------------|:----------------------------|:----------------------------|
| Container engine and built in orchestration, networking, security | {{green-check}} | {{green-check}} | {{green-check}} | {{green-check}} |
| Certified infrastructure, plugins and ISV containers | | {{green-check}} | {{green-check}} | {{green-check}} |
| Image management | | | {{green-check}} | {{green-check}} |
| Container app management | | | {{green-check}} | {{green-check}} |
| Image security scanning | | | | {{green-check}} |

View File

@ -1,17 +1,16 @@
{% capture green-check %}![yes](/engine/installation/images/green-check.svg){: style="height: 14px"}{% endcapture %} {% assign green-check = '![yes](/engine/installation/images/green-check.svg){: style="height: 14px; margin: 0 auto"}' %}
| Platform | Docker EE | Docker CE x86_64 | Docker CE ARM | | Platform | Docker CE x86_64 | Docker CE ARM | Docker EE |
| ---------------------------------------------------------------------------------------------------- | ----------------- | ----------------- | ----------------- | |:-------------------------------------------------------------------|:------------------|:------------------|:------------------|
| [Ubuntu](/engine/installation/linux/ubuntu.md) | {{ green-check }} | {{ green-check }} | {{ green-check }} | | [Ubuntu](/engine/installation/linux/ubuntu.md) | {{ green-check }} | {{ green-check }} | {{ green-check }} |
| [Debian](/engine/installation/linux/debian.md) | | {{ green-check }} | {{ green-check }} | | [Debian](/engine/installation/linux/debian.md) | {{ green-check }} | {{ green-check }} | |
| [Red Hat Enterprise Linux](/engine/installation/linux/rhel.md) | {{ green-check }} | | | | [Red Hat Enterprise Linux](/engine/installation/linux/rhel.md) | | | {{ green-check }} |
| [CentOS](/engine/installation/linux/centos.md) | {{ green-check }} | {{ green-check }} | | | [CentOS](/engine/installation/linux/centos.md) | {{ green-check }} | | {{ green-check }} |
| [Fedora](/engine/installation/linux/fedora.md) | | {{ green-check }} | | | [Fedora](/engine/installation/linux/fedora.md) | {{ green-check }} | | |
| [Oracle Linux](/engine/installation/linux/oracle.md) | {{ green-check }} | | | | [Oracle Linux](/engine/installation/linux/oracle.md) | | | {{ green-check }} |
| [SUSE Linux Enterprise Server](/engine/installation/linux/suse.md) | {{ green-check }} | | | | [SUSE Linux Enterprise Server](/engine/installation/linux/suse.md) | | | {{ green-check }} |
| [Microsoft Windows Server 2016](/docker-ee-for-windows/install/) | {{ green-check }} | | | | [Microsoft Windows Server 2016](/docker-ee-for-windows/install/) | | | {{ green-check }} |
| [Microsoft Windows 10](/docker-for-windows/) | | {{ green-check }} | | | [Microsoft Windows 10](/docker-for-windows/) | {{ green-check }} | | |
| [macOS](/docker-for-mac/) | | {{ green-check }} | | | [macOS](/docker-for-mac/) | {{ green-check }} | | |
| [Microsoft Azure](/docker-for-azure/) | {{ green-check }} | {{ green-check }} | | | [Microsoft Azure](/docker-for-azure/) | {{ green-check }} | | {{ green-check }} |
| [Amazon Web Services](/docker-for-aws/) | {{ green-check }} | {{ green-check }} | | | [Amazon Web Services](/docker-for-aws/) | {{ green-check }} | | {{ green-check }} |
{: style="width: 75%" }

View File

@ -3,7 +3,7 @@
{: style="width: 75%" } {: style="width: 75%" }
| Month | Docker CE Edge | Docker CE Stable | Docker EE | | Month | Docker CE Edge | Docker CE Stable | Docker EE |
|----------|-------------------|-------------------|-------------------| |:----------|:----------------------------------------|:------------------|:------------------|
| January | {{ green-check }} | | | | January | {{ green-check }} | | |
| February | {{ green-check }} | | | | February | {{ green-check }} | | |
| March | {{ green-check }}{{ superscript-link }} | {{ green-check }} | {{ green-check }} | | March | {{ green-check }}{{ superscript-link }} | {{ green-check }} | {{ green-check }} |
@ -21,4 +21,3 @@
channels, not the `edge` channels. For that reason, on Linux distributions, channels, not the `edge` channels. For that reason, on Linux distributions,
you need to enable both channels. you need to enable both channels.
{: id="edge-footnote" } {: id="edge-footnote" }

View File

@ -9,48 +9,31 @@ redirect_from:
title: Install Docker title: Install Docker
--- ---
## Docker editions Docker is available in two editions: **Community Edition (CE)** and **Enterprise
Edition (EE)**.
Docker is available in two editions: Docker Community Edition (CE) is ideal for developers and small
teams looking to get started with Docker and experimenting with container-based
apps. Docker CE has two update channels, **stable** and **edge**:
- **Docker Enterprise Edition (Docker EE)** is designed for enterprise * **Stable** gives you reliable updates every quarter
development and IT teams who build, ship, and run business critical * **Edge** gives you new features every month
applications in production at scale. Docker EE is integrated, certified, and
supported to provide enterprises with the most secure container platform in
the industry to modernize all applications. For more information
about Docker EE, including purchasing options, see
[Docker Enterprise Edition](https://www.docker.com/enterprise-edition/){: target="_blank" class="_" }.
- **Docker Community Edition (Docker CE)** is ideal for developers and small
teams looking to get started with Docker and experimenting with
container-based apps. Docker CE is available on many platforms, from desktop
to cloud to server. Docker CE is available for macOS and Windows and provides
a native experience to help you focus on learning Docker. You can build and
share containers and automate the development pipeline all from a single
environment.
Docker CE has both **stable** and **edge** channels.
- **Stable** builds are released once per quarter and are supported for 4
months.
- **Edge** builds are released once per month, and are supported for that
month only. If you subscribe to the Edge channel on Linux distributions, you
should also subscribe to the Stable channel.
For more information about Docker CE, see For more information about Docker CE, see
[Docker Community Edition](https://www.docker.com/community-edition/){: target="_blank" class="_" }. [Docker Community Edition](https://www.docker.com/community-edition/){: target="_blank" class="_" }.
- **Docker Cloud** is a platform run by Docker which allows you to deploy your Docker Enterprise Edition (EE) is designed for enterprise
application using multiple cloud providers such as Digital Ocean, Packet, development and IT teams who build, ship, and run business critical
SoftLink, or to bring your own device. For more information about using Docker applications in production at scale. For more information about Docker EE,
Cloud, see [Docker Cloud](#docker-cloud). including purchasing options, see
[Docker Enterprise Edition](https://www.docker.com/enterprise-edition/){: target="_blank" class="_" }.
## Platform support matrix {% include docker_ce_ee.md %}
Docker CE and Docker EE run on Linux, Cloud, Windows, and macOS platforms. Use ## Supported platforms
the following matrix to choose the best installation path for you. The links
under **Platform** take you straight to the installation instructions for that Docker CE and EE are available on multiple platforms, on cloud and on-premises.
platform. Use the following matrix to choose the best installation path for you.
{% include docker_platform_matrix.md %} {% include docker_platform_matrix.md %}
@ -80,13 +63,6 @@ You can use Docker Cloud to automatically provision and manage your cloud instan
* [SoftLayer setup guide](/docker-cloud/infrastructure/link-softlayer.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) * [Use the Docker Cloud Agent to Bring your Own Host](/docker-cloud/infrastructure/byoh.md)
We also provide official Docker solutions for running on AWS and Azure. You can read
up on what Docker for AWS and Docker for Azure have to offer you
[here](/docker-for-aws/why/) and [here](/docker-for-azure/why/) respectively.
* [Docker for AWS](/docker-for-aws/)
* [Docker for Azure](/docker-for-azure/)
## Get started ## Get started
After setting up Docker, try learning the basics over at After setting up Docker, try learning the basics over at