mirror of https://github.com/docker/docs.git
removed Enterprise sections
This commit is contained in:
parent
76efa33ee6
commit
f819435149
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue