@@ -7,18 +7,13 @@ The images use https://hub.docker.com/_/centos/[centos:7] as the base image.
77A 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
88on https://github.com/elastic/elasticsearch-docker/tree/{branch}[GitHub].
99
10- ==== Image types
11-
1210These images are free to use under the Elastic license. They contain open source
1311and 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
1513paid commercial features. See the
1614https://www.elastic.co/subscriptions[Subscriptions] page for information about
1715Elastic 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
2419Obtaining {es} for Docker is as simple as issuing a +docker pull+ command
@@ -33,14 +28,17 @@ endif::[]
3328
3429ifeval::["{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--------------------------------------------
4035docker 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+
4442endif::[]
4543
4644[[docker-cli-run]]
0 commit comments