File tree 1 file changed +7
-0
lines changed
docs/reference/setup/install
1 file changed +7
-0
lines changed Original file line number Diff line number Diff line change @@ -279,6 +279,13 @@ docker build --tag=elasticsearch-custom .
279
279
docker run -ti -v /usr/share/elasticsearch/data elasticsearch-custom
280
280
--------------------------------------------
281
281
282
+ Some plugins require additional security permissions. You have to explicitly accept
283
+ them either by attaching a `tty` when you run the Docker image and accepting yes at
284
+ the prompts, or inspecting the security permissions separately and if you are
285
+ comfortable with them adding the `--batch` flag to the plugin install command.
286
+ See {plugins}/_other_command_line_parameters.html[Plugin Management documentation]
287
+ for more details.
288
+
282
289
===== D. Override the image's default https://docs.docker.com/engine/reference/run/#cmd-default-command-or-options[CMD]
283
290
284
291
Options can be passed as command-line options to the {es} process by
You can’t perform that action at this time.
0 commit comments