@@ -7,18 +7,13 @@ A list of all published Docker images and tags can be found at
7
7
https://www.docker.elastic.co[www.docker.elastic.co]. The source code can be
8
8
found on https://github.com/elastic/logstash-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
Obtaining Logstash for Docker is as simple as issuing a +docker
24
19
pull+ command against the Elastic Docker registry.
@@ -32,14 +27,17 @@ endif::[]
32
27
33
28
ifeval::["{release-state}"!="unreleased"]
34
29
35
- Docker images can be retrieved with the following commands :
30
+ For example, the Docker image can be retrieved with the following command :
36
31
37
32
["source","sh",subs="attributes"]
38
33
--------------------------------------------
39
34
docker pull {docker-image}
40
- docker pull {docker-repo}-oss:{logstash_version}
41
35
--------------------------------------------
42
36
37
+ Alternatively, you can download other Docker images that contain only features
38
+ that are available under the Apache 2.0 license from
39
+ https://www.docker.elastic.co[www.docker.elastic.co].
40
+
43
41
endif::[]
44
42
45
43
[[docker-config]]
0 commit comments