Skip to content

Commit

Permalink
Update running-on-docker.asciidoc (#6385)
Browse files Browse the repository at this point in the history
  • Loading branch information
spotlesscoder authored and andrewkroh committed Feb 21, 2018
1 parent 4f246bd commit 89f034c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions metricbeat/docs/running-on-docker.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ docker run \
--volume=/proc:/hostfs/proc:ro \ <1>
--volume=/sys/fs/cgroup:/hostfs/sys/fs/cgroup:ro \ <2>
--volume=/:/hostfs:ro \ <3>
--net=host <4>
{dockerimage} -system.hostfs=/hostfs
--net=host \ <4>
{dockerimage} -e -system.hostfs=/hostfs
----

<1> Metricbeat's <<metricbeat-module-system,system module>> collects much of its data through the Linux proc
Expand Down

0 comments on commit 89f034c

Please sign in to comment.