Skip to content

Commit 2d3e66d

Browse files
committed
[DOCS] Removes alternative docker pull example (#20624)
1 parent 269b045 commit 2d3e66d

File tree

1 file changed

+5
-9
lines changed

1 file changed

+5
-9
lines changed

docs/setup/docker.asciidoc

Lines changed: 5 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -7,20 +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/kibana-docker/tree/{branch}[GitHub].
99

10-
[float]
11-
[[image-type]]
12-
=== Image types
13-
1410
These images are free to use under the Elastic license. They contain open source
1511
and free commercial features and access to paid commercial features.
1612
{xpack-ref}/license-management.html[Start a 30-day trial] to try out all of the
1713
paid commercial features. See the
1814
https://www.elastic.co/subscriptions[Subscriptions] page for information about
1915
Elastic license levels.
2016

21-
Alternatively, you can download `-oss` images, which contain only features that
22-
are available under the Apache 2.0 license.
23-
2417
[float]
2518
[[pull-image]]
2619
=== Pulling the image
@@ -36,14 +29,17 @@ endif::[]
3629

3730
ifeval::["{release-state}"!="unreleased"]
3831

39-
Docker images can be retrieved with the following commands:
32+
For example, the Docker image can be retrieved with the following command:
4033

4134
["source","txt",subs="attributes"]
4235
--------------------------------------------
4336
docker pull {docker-repo}:{version}
44-
docker pull {docker-repo}-oss:{version}
4537
--------------------------------------------
4638

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

4945
[float]

0 commit comments

Comments
 (0)