Skip to content

Commit 74421fc

Browse files
committed
[DOCS] Removes alternative docker pull example (#9831)
1 parent d214b25 commit 74421fc

File tree

1 file changed

+5
-7
lines changed

1 file changed

+5
-7
lines changed

docs/static/docker.asciidoc

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -7,18 +7,13 @@ A list of all published Docker images and tags can be found at
77
https://www.docker.elastic.co[www.docker.elastic.co]. The source code can be
88
found on https://github.com/elastic/logstash-docker/tree/{branch}[GitHub].
99

10-
==== Image types
11-
1210
These images are free to use under the Elastic license. They contain open source
1311
and free commercial features and access to paid commercial features.
1412
{xpack-ref}/license-management.html[Start a 30-day trial] to try out all of the
1513
paid commercial features. See the
1614
https://www.elastic.co/subscriptions[Subscriptions] page for information about
1715
Elastic license levels.
1816

19-
Alternatively, you can download `-oss` images, which contain only features that
20-
are available under the Apache 2.0 license.
21-
2217
==== Pulling the image
2318
Obtaining Logstash for Docker is as simple as issuing a +docker
2419
pull+ command against the Elastic Docker registry.
@@ -32,14 +27,17 @@ endif::[]
3227

3328
ifeval::["{release-state}"!="unreleased"]
3429

35-
Docker images can be retrieved with the following commands:
30+
For example, the Docker image can be retrieved with the following command:
3631

3732
["source","sh",subs="attributes"]
3833
--------------------------------------------
3934
docker pull {docker-image}
40-
docker pull {docker-repo}-oss:{logstash_version}
4135
--------------------------------------------
4236

37+
Alternatively, you can download other Docker images that contain only features
38+
that are available under the Apache 2.0 license from
39+
https://www.docker.elastic.co[www.docker.elastic.co].
40+
4341
endif::[]
4442

4543
[[docker-config]]

0 commit comments

Comments
 (0)