Skip to content

Commit eebcdce

Browse files
authored
[DOCS] Updates docker installation package details (#30110)
1 parent e864b93 commit eebcdce

File tree

1 file changed

+11
-21
lines changed

1 file changed

+11
-21
lines changed

x-pack/docs/en/setup/docker.asciidoc

Lines changed: 11 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -3,37 +3,27 @@
33
=== Install {es} with Docker
44

55
{es} is also available as Docker images.
6-
The images use https://hub.docker.com/_/centos/[centos:7] as the base image and
7-
are available with {xpack-ref}/xpack-introduction.html[X-Pack].
6+
The images use https://hub.docker.com/_/centos/[centos:7] as the base image.
87

98
A list of all published Docker images and tags can be found in
109
https://www.docker.elastic.co[www.docker.elastic.co]. The source code can be found
1110
on https://github.com/elastic/elasticsearch-docker/tree/{branch}[GitHub].
1211

1312
==== Image types
1413

15-
The images are available in three different configurations or "flavors". The
16-
`basic` flavor, which is the default, ships with {xpack} Basic features
17-
pre-installed and automatically activated with a free licence. The `platinum`
18-
flavor features all {xpack} functionally under a 30-day trial licence. The `oss`
19-
flavor does not include {xpack}, and contains only open-source {es}.
14+
These images are free to use under the Elastic license. They contain open source
15+
and free commercial features and access to paid commercial features.
16+
{xpack-ref}/license-management.html[Start a 30-day trial] to try out all of the
17+
paid commercial features. See the
18+
https://www.elastic.co/subscriptions[Subscriptions] page for information about
19+
Elastic license levels.
2020

21-
NOTE: {xpack-ref}/xpack-security.html[X-Pack Security] is enabled in the `platinum`
22-
image. To access your cluster, it's necessary to set an initial password for the
23-
`elastic` user. The initial password can be set at start up time via the
24-
`ELASTIC_PASSWORD` environment variable:
21+
Alternatively, you can download `-oss` images, which contain only features that
22+
are available under the Apache 2.0 license.
2523

26-
["source","txt",subs="attributes"]
27-
--------------------------------------------
28-
docker run -e ELASTIC_PASSWORD=MagicWord {docker-repo}-platinum:{version}
29-
--------------------------------------------
30-
31-
NOTE: The `platinum` image includes a trial license for 30 days. After that, you
32-
can obtain one of the https://www.elastic.co/subscriptions[available
33-
subscriptions] or revert to a Basic licence. The Basic license is free and
34-
includes a selection of {xpack} features.
24+
==== Pulling the image
3525

36-
Obtaining {Es} for Docker is as simple as issuing a +docker pull+ command
26+
Obtaining {es} for Docker is as simple as issuing a +docker pull+ command
3727
against the Elastic Docker registry.
3828

3929
ifeval::["{release-state}"=="unreleased"]

0 commit comments

Comments
 (0)