mirror of https://github.com/docker/docs.git
Remove Enterprise references
This commit is contained in:
parent
23f23f0ad1
commit
1c853406e9
|
@ -176,7 +176,7 @@ see more options.
|
|||
to use the `docker logs` command for any logging driver. Refer to
|
||||
[reading logs when using remote logging drivers](dual-logging.md) for
|
||||
information about using `docker logs` to read container logs locally for many
|
||||
third party logging solutions, including:
|
||||
third party logging solutions, including:
|
||||
- `syslog`
|
||||
- `gelf`
|
||||
- `fluentd`
|
||||
|
@ -185,8 +185,7 @@ see more options.
|
|||
- `etwlogs`
|
||||
- `gcplogs`
|
||||
- `Logentries`
|
||||
- When using Docker Community Engine, the `docker logs` command is only available
|
||||
on the following drivers:
|
||||
- When using Docker Community Engine, the `docker logs` command is only available on the following drivers:
|
||||
- `local`
|
||||
- `json-file`
|
||||
- `journald`
|
||||
|
|
|
@ -86,8 +86,7 @@ repositories of container images.
|
|||
* [Official Images](official_images.md): Pull and use high-quality
|
||||
container images provided by Docker.
|
||||
* [Publisher Images](publish/customer_faq.md): Pull and use high-
|
||||
quality container images provided by external vendors. Certified images also
|
||||
include support and guarantee compatibility with Docker Enterprise.
|
||||
quality container images provided by external vendors.
|
||||
* [Builds](builds/index.md): Automatically build container images from
|
||||
GitHub and Bitbucket and push them to Docker Hub.
|
||||
* [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
|
||||
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
|
||||
|
||||
This topic does **not** go into OS-specific details about how Docker networks
|
||||
|
|
Loading…
Reference in New Issue