mirror of https://github.com/docker/docs.git
first pass at editing supported platforms
This commit is contained in:
parent
7c1e8c9231
commit
de59f81a5f
|
|
@ -8,18 +8,16 @@ green-check: '{: style="height: 14px; mar
|
|||
install-prefix-ee: '/install/linux/docker-ee'
|
||||
---
|
||||
|
||||
Docker Enterprise Edition (*Docker EE*) is designed for enterprise
|
||||
development and IT teams who build, ship, and run business-critical
|
||||
applications in production and at scale. Docker EE is integrated, certified,
|
||||
Docker Enterprise is designed for enterprise development as well as IT teams who build, ship, and run business-critical
|
||||
applications in production and at scale. Docker Enterprise is integrated, certified,
|
||||
and supported to provide enterprises with the most secure container platform
|
||||
in the industry. For more info about Docker EE, including purchasing
|
||||
options, see [Docker Enterprise Edition](https://www.docker.com/enterprise-edition/).
|
||||
in the industry. For more info about Docker Enterprise, including purchasing
|
||||
options, see [Docker Enterprise](https://www.docker.com/enterprise-edition/).
|
||||
|
||||
There are currently two versions of Docker EE Engine available:
|
||||
|
||||
* 18.03 - Use this version if you're only running Docker EE Engine.
|
||||
* 17.06 - Use this version if you're using Docker Enterprise Edition 2.0 (Docker
|
||||
Engine, UCP, and DTR).
|
||||
> Compatibility Matrix
|
||||
>
|
||||
> Refer to the [Compatibility Matrix](https://success.docker.com/article/compatibility-matrix) for the latest list of supported platforms.
|
||||
{: .important}
|
||||
|
||||
[Learn more](https://success.docker.com/article/engine-18-03-faqs)
|
||||
|
||||
|
|
@ -27,60 +25,28 @@ Engine, UCP, and DTR).
|
|||
|
||||
{% include docker_ce_ee.md %}
|
||||
|
||||
### Enterprise Edition Basic
|
||||
|
||||
With Docker EE Basic, you can deploy Docker Enterprise Engine
|
||||
to manage your container workloads in a flexible way. You can manage workloads
|
||||
on Windows, Linux, on-premise or on the cloud.
|
||||
|
||||
Docker EE Basic has enterprise class support with defined SLAs, extended
|
||||
maintenance cycles for patches for up to 24 months.
|
||||
### Enterprise Edition
|
||||
|
||||
[Learn more about the supported platforms](#supported-platforms).
|
||||
|
||||
### Enterprise Edition Standard and Advanced
|
||||
### Docker Enterprise
|
||||
|
||||
Docker EE Standard has everything the Basic edition has, and extends it with
|
||||
private image management, integrated image signing policies, and cluster
|
||||
management with support for Kubernetes and Swarm orchestrators.
|
||||
With Docker Enterprise, you can deploy Docker Engine - Enterprise
|
||||
to manage your container workloads in a flexible way. You can manage workloads
|
||||
on Windows, Linux, on-premise or on the cloud.
|
||||
|
||||
Docker EE Advanced takes this one step further and allows you to implement
|
||||
Docker Enterprise has private image management, integrated image signing policies, and cluster
|
||||
management with support for Kubernetes and Swarm orchestrators, and allows you to implement
|
||||
node-based RBAC policies, image promotion policies, image mirroring, and
|
||||
scan your images for vulnerabilities.
|
||||
|
||||
[Learn more about Docker EE Standard and Advanced](/ee/index.md).
|
||||
Docker EEnterprise has enterprise class support with defined SLAs, extended
|
||||
maintenance cycles for patches for up to 24 months.
|
||||
|
||||
> Compatibility Matrix
|
||||
>
|
||||
> Refer to the [Compatibility Matrix](https://success.docker.com/article/compatibility-matrix) for the latest list of supported platforms.
|
||||
{: .important}
|
||||
|
||||
## Supported platforms
|
||||
|
||||
The following table shows all of the platforms that are available for Docker EE.
|
||||
Each link in the first column takes you to the installation
|
||||
instructions for the corresponding platform. Docker EE is an integrated,
|
||||
supported, and certified container platform for the listed cloud providers and
|
||||
operating systems.
|
||||
[Learn more about Docker Enterprise](/ee/index.md).
|
||||
|
||||
|
||||
### On-premises
|
||||
|
||||
These are the operating systems where you can install Docker EE.
|
||||
|
||||
| Platform | x86_64 / amd64 | IBM Power (ppc64le) | IBM Z (s390x) |
|
||||
|:---------------------------------------------------------------------|:----------------------:|:----------------------:|:----------------------:|
|
||||
| [CentOS]({{ page.install-prefix-ee }}/centos.md) | {{ page.green-check }} | | |
|
||||
| [Oracle Linux]({{ page.install-prefix-ee }}/oracle.md) | {{ page.green-check }} | | |
|
||||
| [Red Hat Enterprise Linux]({{ page.install-prefix-ee }}/rhel.md) | {{ page.green-check }} | {{ page.green-check }} | {{ page.green-check }} |
|
||||
| [SUSE Linux Enterprise Server]({{ page.install-prefix-ee }}/suse.md) | {{ page.green-check }} | {{ page.green-check }} | {{ page.green-check }} |
|
||||
| [Ubuntu]({{ page.install-prefix-ee }}/ubuntu.md) | {{ page.green-check }} | {{ page.green-check }} | {{ page.green-check }} |
|
||||
| [Microsoft Windows Server 2016](/install/windows/docker-ee.md) | {{ page.green-check }} | | |
|
||||
| [Microsoft Windows Server 1709](/install/windows/docker-ee.md) | {{ page.green-check }} | | |
|
||||
| [Microsoft Windows Server 1803](/install/windows/docker-ee.md) | {{ page.green-check }} | | |
|
||||
|
||||
|
||||
> When using Docker EE Standard or Advanced
|
||||
> When using Docker Enterprise
|
||||
>
|
||||
> IBM Power is not supported as managers or workers.
|
||||
> Microsoft Windows Server is not supported as a manager. Microsoft Windows
|
||||
|
|
@ -89,7 +55,7 @@ These are the operating systems where you can install Docker EE.
|
|||
### 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
|
||||
Docker Enterprise on a range of infrastructure choices. Each Docker
|
||||
Certified Infrastructure includes a reference architecture, automation templates,
|
||||
and third-party ecosystem solution briefs.
|
||||
|
||||
|
|
@ -101,9 +67,9 @@ and third-party ecosystem solution briefs.
|
|||
| IBM Cloud | Coming soon |
|
||||
|
||||
|
||||
## Docker Enterprise Edition release cycles
|
||||
## Docker Enterprise release cycles
|
||||
|
||||
Each Docker EE release is supported and maintained for 24 months, and
|
||||
Each Docker Enterprise release is supported and maintained for 24 months, and
|
||||
receives security and critical bug fixes during this period.
|
||||
|
||||
The Docker API version is independent of the Docker platform version. We maintain
|
||||
|
|
|
|||
Loading…
Reference in New Issue