mirror of https://github.com/docker/docs.git
Remove Enterprise references
This commit is contained in:
parent
23f23f0ad1
commit
1c853406e9
|
@ -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`
|
||||||
|
|
|
@ -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
|
||||||
|
|
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue