|
3 | 3 | === Install {es} with Docker |
4 | 4 |
|
5 | 5 | {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. |
8 | 7 |
|
9 | 8 | A list of all published Docker images and tags can be found in |
10 | 9 | https://www.docker.elastic.co[www.docker.elastic.co]. The source code can be found |
11 | 10 | on https://github.com/elastic/elasticsearch-docker/tree/{branch}[GitHub]. |
12 | 11 |
|
13 | 12 | ==== Image types |
14 | 13 |
|
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. |
20 | 20 |
|
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. |
25 | 23 |
|
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 |
35 | 25 |
|
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 |
37 | 27 | against the Elastic Docker registry. |
38 | 28 |
|
39 | 29 | ifeval::["{release-state}"=="unreleased"] |
|
0 commit comments