Remove Enterprise references

This commit is contained in:
Usha Mandya 2020-07-14 11:58:34 +01:00
parent 23f23f0ad1
commit 1c853406e9
3 changed files with 3 additions and 9 deletions

View File

@ -185,8 +185,7 @@ see more options.
- `etwlogs` - `etwlogs`
- `gcplogs` - `gcplogs`
- `Logentries` - `Logentries`
- When using Docker Community Engine, the `docker logs` command is only available - When using Docker Community Engine, the `docker logs` command is only available on the following drivers:
on the following drivers:
- `local` - `local`
- `json-file` - `json-file`
- `journald` - `journald`

View File

@ -86,8 +86,7 @@ repositories of container images.
* [Official Images](official_images.md): Pull and use high-quality * [Official Images](official_images.md): Pull and use high-quality
container images provided by Docker. container images provided by Docker.
* [Publisher Images](publish/customer_faq.md): Pull and use high- * [Publisher Images](publish/customer_faq.md): Pull and use high-
quality container images provided by external vendors. Certified images also quality container images provided by external vendors.
include support and guarantee compatibility with Docker Enterprise.
* [Builds](builds/index.md): Automatically build container images from * [Builds](builds/index.md): Automatically build container images from
GitHub and Bitbucket and push them to Docker Hub. GitHub and Bitbucket and push them to Docker Hub.
* [Webhooks](webhooks.md): Trigger actions after a successful push * [Webhooks](webhooks.md): Trigger actions after a successful push

View File

@ -19,10 +19,6 @@ This topic defines some basic Docker networking concepts and prepares you to
design and deploy your applications to take full advantage of these design and deploy your applications to take full advantage of these
capabilities. capabilities.
Most of this content applies to all Docker installations. However,
[a few advanced features](#docker-ee-networking-features) are only available to
Docker EE customers.
## Scope of this topic ## Scope of this topic
This topic does **not** go into OS-specific details about how Docker networks This topic does **not** go into OS-specific details about how Docker networks