correct typo (#8861)
Charlie Arehart committed
Apr 29, 2020 at 21:41 UTC
513330c2de4b1b436e5ec8316e557544d6b83ddb
1 file changed
+1
-1
packaging/docker/README.md
+1
-1
@@ -74,7 +74,7 @@ Some of the bind-mounts are optional depending on how you use Netdata:
74
* If you don't want to use the apps.plugin functionality, you can remove the mounts of `/etc/passwd` and `/etc/group`
75
(they are used to get proper user and group names for the monitored host) to get slightly better security.
76
77
-* Most modern linux distos supply `/etc/os-release` although some older distros only supply `/etc/lsb-release`. If
77
+* Most modern linux distros supply `/etc/os-release` although some older distros only supply `/etc/lsb-release`. If
78
this is the case you can change the line above that mounts the file inside the container to
79
`-v /etc/lsb-release:/host/etc/lsb-release:ro`.
80