mirror of
https://github.com/docker/docs.git
synced 2026-04-12 14:25:46 +07:00
Merge pull request #10127 from Dawn-Wood/remove-enterprise-links
removed Enterprise sections
This commit is contained in:
@@ -291,7 +291,6 @@ The Docker daemon log can be viewed by using one of the following methods:
|
||||
- By running `journalctl -u docker.service` on Linux systems using `systemctl`
|
||||
- `/var/log/messages`, `/var/log/daemon.log`, or `/var/log/docker.log` on older
|
||||
Linux systems
|
||||
- By running `Get-EventLog -LogName Application -Source Docker -After (Get-Date).AddMinutes(-5) | Sort-Object Time | Export-CSV ~/last5minutes.CSV` on Docker Engine - Enterprise for Windows Server
|
||||
|
||||
> **Note**: It is not possible to manually generate a stack trace on Docker Desktop for
|
||||
> Mac or Docker Desktop for Windows. However, you can click the Docker taskbar icon and
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user