Skip to content

Commit dda88d1

Browse files
committed
[DOCS] Removes alternative docker pull example (#31934)
1 parent 0384370 commit dda88d1

File tree

1 file changed

+5
-7
lines changed

1 file changed

+5
-7
lines changed

docs/reference/setup/install/docker.asciidoc

+5-7
Original file line numberDiff line numberDiff line change
@@ -7,18 +7,13 @@ The images use https://hub.docker.com/_/centos/[centos:7] as the base image.
77
A list of all published Docker images and tags can be found in https://www.docker.elastic.co[www.docker.elastic.co]. The source code can be found
88
on https://github.com/elastic/elasticsearch-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

2419
Obtaining {es} for Docker is as simple as issuing a +docker pull+ command
@@ -33,14 +28,17 @@ endif::[]
3328

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

36-
Docker images can be retrieved with the following commands:
31+
For example, the Docker image can be retrieved with the following command:
3732

3833
["source","sh",subs="attributes"]
3934
--------------------------------------------
4035
docker pull {docker-repo}:{version}
41-
docker pull {docker-repo}-oss:{version}
4236
--------------------------------------------
4337

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

4644
[[docker-cli-run]]

0 commit comments

Comments
 (0)