@cryptotaxi247 / netdata-1 / commits / 394574c9a

docs: add a note about edit-config for docker installs (#13487)

Ilya Mashchenko committed Aug 4, 2022 at 20:00 UTC 394574c9a2ef8353ff6b648c62777028d984f16c
1 file changed +3
packaging/docker/README.md
+3
@@ -153,6 +153,9 @@ to restart the container: `docker restart netdata`.
153
154 ### Host-editable configuration
155
156 +> **Warning**: [edit-config](/docs/configure/nodes.md#the-netdata-config-directory) script doesn't work when executed on
157 +> the host system.
158 +
159 If you want to make your container's configuration directory accessible from the host system, you need to use a
160 [volume](https://docs.docker.com/storage/bind-mounts/) rather than a bind mount. The following commands create a
161 temporary `netdata_tmp` container, which is used to populate a `netdataconfig` directory, which is then mounted inside