File tree 1 file changed +2
-2
lines changed
docs/reference/setup/install
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -323,7 +323,7 @@ docker run <various parameters> bin/elasticsearch -Ecluster.name=mynewclusternam
323
323
--------------------------------------------
324
324
325
325
While bind-mounting your configuration files is usually the preferred method in production,
326
- you can also <<docker-config-custom-image , create a custom Docker image>>
326
+ you can also <<_c_customized_image , create a custom Docker image>>
327
327
that contains your configuration.
328
328
329
329
[[docker-config-bind-mount]]
@@ -341,7 +341,7 @@ IMPORTANT: The container **runs {es} as user `elasticsearch` using
341
341
**uid:gid `1000:1000`**. Bind mounted host directories and files must be accessible by this user,
342
342
and the data and log directories must be writable by this user.
343
343
344
- [[docker-config-custom-image ]]
344
+ [[_c_customized_image ]]
345
345
===== Using custom Docker images
346
346
In some environments, it might make more sense to prepare a custom image that contains
347
347
your configuration. A `Dockerfile` to achieve this might be as simple as:
You can’t perform that action at this time.
0 commit comments