mirror of
https://github.com/elastic/logstash.git
synced 2025-04-23 22:27:21 -04:00
Light edit to remove passive voice and fix misplaced modifier
Fixes #9856
This commit is contained in:
parent
e716f2eafc
commit
6f471fa665
1 changed files with 5 additions and 6 deletions
11
docs/static/docker.asciidoc
vendored
11
docs/static/docker.asciidoc
vendored
|
@ -3,9 +3,9 @@
|
|||
Docker images for Logstash are available from the Elastic Docker
|
||||
registry. The base image is https://hub.docker.com/_/centos/[centos:7].
|
||||
|
||||
A list of all published Docker images and tags can be found at
|
||||
https://www.docker.elastic.co[www.docker.elastic.co]. The source code can be
|
||||
found on https://github.com/elastic/logstash-docker/tree/{branch}[GitHub].
|
||||
A list of all published Docker images and tags is available at
|
||||
https://www.docker.elastic.co[www.docker.elastic.co]. The source code is in
|
||||
https://github.com/elastic/logstash-docker/tree/{branch}[GitHub].
|
||||
|
||||
These images are free to use under the Elastic license. They contain open source
|
||||
and free commercial features and access to paid commercial features.
|
||||
|
@ -15,6 +15,7 @@ https://www.elastic.co/subscriptions[Subscriptions] page for information about
|
|||
Elastic license levels.
|
||||
|
||||
==== Pulling the image
|
||||
|
||||
Obtaining Logstash for Docker is as simple as issuing a +docker
|
||||
pull+ command against the Elastic Docker registry.
|
||||
|
||||
|
@ -27,15 +28,13 @@ endif::[]
|
|||
|
||||
ifeval::["{release-state}"!="unreleased"]
|
||||
|
||||
For example, the Docker image can be retrieved with the following command:
|
||||
|
||||
["source","sh",subs="attributes"]
|
||||
--------------------------------------------
|
||||
docker pull {docker-image}
|
||||
--------------------------------------------
|
||||
|
||||
Alternatively, you can download other Docker images that contain only features
|
||||
that are available under the Apache 2.0 license from
|
||||
available under the Apache 2.0 license. To download the images, go to
|
||||
https://www.docker.elastic.co[www.docker.elastic.co].
|
||||
|
||||
endif::[]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue