Skip to content

Commit

Permalink
Update Docker install docs with volume mount for registry files (#37043
Browse files Browse the repository at this point in the history
…) (#37049)

(cherry picked from commit ffbac9a)

Co-authored-by: David Kilfoyle <41695641+kilfoyle@users.noreply.github.com>
  • Loading branch information
mergify[bot] and kilfoyle authored Nov 6, 2023
1 parent 42896d2 commit 27c1dec
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions libbeat/docs/shared-docker.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -167,6 +167,7 @@ docker run -d \
--volume="$(pwd)/{beatname_lc}.docker.yml:/usr/share/{beatname_lc}/{beatname_lc}.yml:ro" \
--volume="/var/lib/docker/containers:/var/lib/docker/containers:ro" \
--volume="/var/run/docker.sock:/var/run/docker.sock:ro" \
--volume="registry:/usr/share/{beatname_lc}/data:rw \
{dockerimage} {beatname_lc} -e --strict.perms=false \
-E output.elasticsearch.hosts=["elasticsearch:9200"] <1> <2>
--------------------------------------------
Expand Down

0 comments on commit 27c1dec

Please sign in to comment.