From f819435149da460af0a54f8def710db1e7a3af0e Mon Sep 17 00:00:00 2001 From: Dawn W Docker Date: Thu, 9 Jan 2020 13:31:42 -0800 Subject: [PATCH 1/2] removed Enterprise sections --- install/linux/docker-ce/centos.md | 9 --------- install/linux/docker-ce/debian.md | 7 +------ install/linux/docker-ce/fedora.md | 5 ----- network/index.md | 14 -------------- 4 files changed, 1 insertion(+), 34 deletions(-) diff --git a/install/linux/docker-ce/centos.md b/install/linux/docker-ce/centos.md index 9a04f3d5b9..50ed624bcf 100644 --- a/install/linux/docker-ce/centos.md +++ b/install/linux/docker-ce/centos.md @@ -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 diff --git a/install/linux/docker-ce/debian.md b/install/linux/docker-ce/debian.md index 8ab475307e..51850273b5 100644 --- a/install/linux/docker-ce/debian.md +++ b/install/linux/docker-ce/debian.md @@ -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 diff --git a/install/linux/docker-ce/fedora.md b/install/linux/docker-ce/fedora.md index b259202dc0..80740b45d3 100644 --- a/install/linux/docker-ce/fedora.md +++ b/install/linux/docker-ce/fedora.md @@ -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 diff --git a/network/index.md b/network/index.md index c0c660557b..f153e68699 100644 --- a/network/index.md +++ b/network/index.md @@ -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 From b69d9b20e735e76110d1db5d1387a97b2a624cc6 Mon Sep 17 00:00:00 2001 From: Dawn W Docker Date: Thu, 9 Jan 2020 14:43:21 -0800 Subject: [PATCH 2/2] removing enterprise section --- config/daemon/index.md | 1 - 1 file changed, 1 deletion(-) diff --git a/config/daemon/index.md b/config/daemon/index.md index d49403caa6..fbcb564737 100644 --- a/config/daemon/index.md +++ b/config/daemon/index.md @@ -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