Skip to content

Commit efcfd0d

Browse files
authored
[DOCS] Removes alternative docker pull example (#31934)
1 parent 5bcdff7 commit efcfd0d

File tree

1 file changed

+5
-7
lines changed

1 file changed

+5
-7
lines changed

docs/reference/setup/install/docker.asciidoc

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

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

20-
Alternatively, you can download `-oss` images, which contain only features that
21-
are available under the Apache 2.0 license.
22-
2318
==== Pulling the image
2419

2520
Obtaining {es} for Docker is as simple as issuing a +docker pull+ command
@@ -34,14 +29,17 @@ endif::[]
3429

3530
ifeval::["{release-state}"!="unreleased"]
3631

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

3934
["source","sh",subs="attributes"]
4035
--------------------------------------------
4136
docker pull {docker-repo}:{version}
42-
docker pull {docker-repo}-oss:{version}
4337
--------------------------------------------
4438

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+
4543
endif::[]
4644

4745
[[docker-cli-run]]

0 commit comments

Comments
 (0)