mirror of
https://github.com/elastic/logstash.git
synced 2025-04-24 06:37:19 -04:00
parent
6d780385a1
commit
f7cea9befa
1 changed files with 5 additions and 0 deletions
5
docs/static/docker.asciidoc
vendored
5
docs/static/docker.asciidoc
vendored
|
@ -89,6 +89,11 @@ Alternatively, a single file can be mounted:
|
|||
docker run --rm -it -v ~/settings/logstash.yml:/usr/share/logstash/config/logstash.yml {docker-image}
|
||||
--------------------------------------------
|
||||
|
||||
NOTE: Bind-mounted configuration files will retain the same permissions and
|
||||
ownership within the container that they have on the host system. Be sure
|
||||
to set persmissions such that the files will be readable and, ideally, not
|
||||
writeable by the container's +logstash+ user (UID 1000).
|
||||
|
||||
==== Custom Images
|
||||
|
||||
Bind-mounted configuration is not the only option, naturally. If you
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue