mirror of
https://github.com/elastic/logstash.git
synced 2025-04-23 22:27:21 -04:00
[DOCS] Removes alternative docker pull example (#9831)
This commit is contained in:
parent
db35ced2a7
commit
e2ba8c29d8
1 changed files with 5 additions and 7 deletions
12
docs/static/docker.asciidoc
vendored
12
docs/static/docker.asciidoc
vendored
|
@ -7,8 +7,6 @@ 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].
|
||||
|
||||
==== Image types
|
||||
|
||||
These images are free to use under the Elastic license. They contain open source
|
||||
and free commercial features and access to paid commercial features.
|
||||
{xpack-ref}/license-management.html[Start a 30-day trial] to try out all of the
|
||||
|
@ -16,9 +14,6 @@ paid commercial features. See the
|
|||
https://www.elastic.co/subscriptions[Subscriptions] page for information about
|
||||
Elastic license levels.
|
||||
|
||||
Alternatively, you can download `-oss` images, which contain only features that
|
||||
are available under the Apache 2.0 license.
|
||||
|
||||
==== Pulling the image
|
||||
Obtaining Logstash for Docker is as simple as issuing a +docker
|
||||
pull+ command against the Elastic Docker registry.
|
||||
|
@ -32,14 +27,17 @@ endif::[]
|
|||
|
||||
ifeval::["{release-state}"!="unreleased"]
|
||||
|
||||
Docker images can be retrieved with the following commands:
|
||||
For example, the Docker image can be retrieved with the following command:
|
||||
|
||||
["source","sh",subs="attributes"]
|
||||
--------------------------------------------
|
||||
docker pull {docker-image}
|
||||
docker pull {docker-repo}-oss:{logstash_version}
|
||||
--------------------------------------------
|
||||
|
||||
Alternatively, you can download other Docker images that contain only features
|
||||
that are available under the Apache 2.0 license from
|
||||
https://www.docker.elastic.co[www.docker.elastic.co].
|
||||
|
||||
endif::[]
|
||||
|
||||
[[docker-config]]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue