@@ -7,18 +7,13 @@ The images use https://hub.docker.com/_/centos/[centos:7] as the base image.
7
7
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
8
8
on https://github.com/elastic/elasticsearch-docker/tree/{branch}[GitHub].
9
9
10
- ==== Image types
11
-
12
10
These images are free to use under the Elastic license. They contain open source
13
11
and free commercial features and access to paid commercial features.
14
12
{xpack-ref}/license-management.html[Start a 30-day trial] to try out all of the
15
13
paid commercial features. See the
16
14
https://www.elastic.co/subscriptions[Subscriptions] page for information about
17
15
Elastic license levels.
18
16
19
- Alternatively, you can download `-oss` images, which contain only features that
20
- are available under the Apache 2.0 license.
21
-
22
17
==== Pulling the image
23
18
24
19
Obtaining {es} for Docker is as simple as issuing a +docker pull+ command
@@ -33,14 +28,17 @@ endif::[]
33
28
34
29
ifeval::["{release-state}"!="unreleased"]
35
30
36
- Docker images can be retrieved with the following commands :
31
+ For example, the Docker image can be retrieved with the following command :
37
32
38
33
["source","sh",subs="attributes"]
39
34
--------------------------------------------
40
35
docker pull {docker-repo}:{version}
41
- docker pull {docker-repo}-oss:{version}
42
36
--------------------------------------------
43
37
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
+
44
42
endif::[]
45
43
46
44
[[docker-cli-run]]
0 commit comments