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