@@ -7,20 +7,13 @@ A list of all published Docker images and tags can be found at
77https://www.docker.elastic.co[www.docker.elastic.co]. The source code can be
88found on https://github.com/elastic/kibana-docker/tree/{branch}[GitHub].
99
10- [float]
11- [[image-type]]
12- === Image types
13-
1410These images are free to use under the Elastic license. They contain open source
1511and free commercial features and access to paid commercial features.
1612{xpack-ref}/license-management.html[Start a 30-day trial] to try out all of the
1713paid commercial features. See the
1814https://www.elastic.co/subscriptions[Subscriptions] page for information about
1915Elastic license levels.
2016
21- Alternatively, you can download `-oss` images, which contain only features that
22- are available under the Apache 2.0 license.
23-
2417[float]
2518[[pull-image]]
2619=== Pulling the image
@@ -36,14 +29,17 @@ endif::[]
3629
3730ifeval::["{release-state}"!="unreleased"]
3831
39- Docker images can be retrieved with the following commands :
32+ For example, the Docker image can be retrieved with the following command :
4033
4134["source","txt",subs="attributes"]
4235--------------------------------------------
4336docker pull {docker-repo}:{version}
44- docker pull {docker-repo}-oss:{version}
4537--------------------------------------------
4638
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+
4743endif::[]
4844
4945[float]
0 commit comments