elasticsearch/docs/reference/setup
Rory Hunter a28c549931
Make ES files inside Docker container world readable (#64419)
Backport of #64274.

Running the Elasticsearch Docker image with a different GID is
possible but trappy, since at present all the ES files are only
readable by the user and group. This PR documents a Docker CLI flag
that fixes this situation, by ensuring the container user is added
to the default group (which is `root`, GID 0).

I also added a test for this case, and refactored the Docker tests
to use a builder pattern for constructing the `docker run` command.
The existing code was becoming unwieldy and hard to change.
2020-10-30 19:05:42 +00:00
..
images [DOCS] Intro for adding nodes (#37202) 2019-01-15 11:11:01 -08:00
important-settings Clarify preferred method for setting heap size (#64256) 2020-10-28 08:50:05 -04:00
install Make ES files inside Docker container world readable (#64419) 2020-10-30 19:05:42 +00:00
sysconfig [DOCS] Replace Wikipedia links with attribute (#61171) (#61209) 2020-08-17 11:27:04 -04:00
add-nodes.asciidoc Deprecate and ignore join timeout (#60872) 2020-08-10 13:57:41 +01:00
bootstrap-checks-xes.asciidoc [DOCS] Swap [float] for [discrete] (#60134) 2020-07-23 12:42:33 -04:00
bootstrap-checks.asciidoc [DOCS] Replace Wikipedia links with attribute (#61171) (#61209) 2020-08-17 11:27:04 -04:00
configuration.asciidoc [DOCS] Document discovery.seed_hosts only supports YAML sequences and arrays (#63746) (#63775) 2020-10-15 16:56:40 -04:00
important-settings.asciidoc [DOCS] [7.x] Combining important config settings into a single page (#63849) (#63884) 2020-10-19 12:59:31 -04:00
install.asciidoc [DOCS] Swap [float] for [discrete] (#60134) 2020-07-23 12:42:33 -04:00
jvm-options.asciidoc Update jvm options doc 2020-03-19 12:00:01 +11:00
logging-config.asciidoc [DOCS] http -> https, remove outdated plugin docs (#60380) (#60545) 2020-07-31 16:16:31 -04:00
restart-cluster.asciidoc [DOCS] Swap [float] for [discrete] (#60134) 2020-07-23 12:42:33 -04:00
secure-settings.asciidoc [DOCS] Fix typo in secure settings docs (#56778) 2020-05-19 12:04:25 -04:00
setup-xclient.asciidoc [7.x][DOCS] Updates ML links (#50387) (#50409) 2019-12-20 10:01:19 -08:00
setup-xes.asciidoc [DOCS] Fixes license management links (#58213) 2020-06-16 16:49:48 -07:00
starting.asciidoc [DOCS] Swap [float] for [discrete] (#60134) 2020-07-23 12:42:33 -04:00
stopping.asciidoc [DOCS] Swap [float] for [discrete] (#60134) 2020-07-23 12:42:33 -04:00
sysconfig.asciidoc Suggest reducing tcp_retries2 (#59222) 2020-07-27 11:40:12 +01:00