removed Enterprise sections

This commit is contained in:
Dawn W Docker 2020-01-09 13:31:42 -08:00
parent 76efa33ee6
commit f819435149
4 changed files with 1 additions and 34 deletions

View File

@ -16,15 +16,6 @@ To get started with Docker Engine - Community on CentOS, make sure you
## Prerequisites
### Docker EE customers
To install Docker Enterprise Edition (Docker EE), go to
[Get Docker EE for CentOS](/install/linux/docker-ee/centos/)
**instead of this topic**.
To learn more about Docker EE, see
[Docker Enterprise Edition](https://www.docker.com/enterprise-edition/){: target="_blank" class="_" }.
### OS requirements
To install Docker Engine - Community, you need a maintained version of CentOS 7. Archived

View File

@ -15,12 +15,7 @@ To get started with Docker Engine - Community on Debian, make sure you
[install Docker](#install-docker-ce).
## Prerequisites
### Docker EE customers
Docker EE is not supported on Debian. For a list of supported operating systems
and distributions for different Docker editions, see
[Docker variants](/install/index.md#docker-variants).
### OS requirements

View File

@ -15,11 +15,6 @@ To get started with Docker Engine - Community on Fedora, make sure you
## Prerequisites
### Docker EE customers
Docker EE is not supported on Fedora. For a list of supported operating systems
and distributions for different Docker editions, see
[Docker variants](/install/index.md#docker-variants).
### OS requirements

View File

@ -95,20 +95,6 @@ exist by default, and provide core networking functionality:
- **Third-party network plugins** allow you to integrate Docker with specialized
network stacks.
## Docker EE networking features
The following two features are only possible when using Docker EE and managing
your Docker services using Universal Control Plane (UCP):
- The [HTTP routing mesh](/ee/ucp/interlock)
allows you to share the same network IP address and port among multiple
services. UCP routes the traffic to the appropriate service using the
combination of hostname and port, as requested from the client.
- [Session stickiness](/ee/ucp/interlock/usage/sessions/) allows you to specify information in the HTTP header
which UCP uses to route subsequent requests to the same service task, for
applications which require stateful sessions.
## Networking tutorials
Now that you understand the basics about Docker networks, deepen your