@@ -8,18 +8,13 @@ A list of all published Docker images and tags can be found in
88https://www.docker.elastic.co[www.docker.elastic.co]. The source code can be found
99on https://github.com/elastic/elasticsearch-docker/tree/{branch}[GitHub].
1010
11- ==== Image types
12-
1311These images are free to use under the Elastic license. They contain open source
1412and 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
1614paid commercial features. See the
1715https://www.elastic.co/subscriptions[Subscriptions] page for information about
1816Elastic 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
2520Obtaining {es} for Docker is as simple as issuing a +docker pull+ command
@@ -34,14 +29,17 @@ endif::[]
3429
3530ifeval::["{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--------------------------------------------
4136docker 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+
4543endif::[]
4644
4745[[docker-cli-run]]
0 commit comments