@cryptotaxi247 / netdata-1 / commits / 82339fb66

Fix wording issue in Docker README (#15298)

Fotis Voutsas committed Jul 5, 2023 at 11:15 UTC 82339fb66d13c132b09eb280f70704ee94c94d10
1 file changed +2 -2
packaging/docker/README.md
+2 -2
@@ -34,7 +34,7 @@ and unfortunately not something we can realistically work around.
34 You can create a new Agent container using either `docker run` or `docker-compose`. After using either method, you can
35 visit the Agent dashboard `http://NODE:19999`.
36
37 -Both methods create a [bind mount](https://docs.docker.com/storage/bind-mounts/) for Netdata's configuration files
37 +Both methods create a [volume](https://docs.docker.com/storage/volumes/) for Netdata's configuration files
38 _within the container_ at `/etc/netdata`. See the [configuration section](#configure-agent-containers) for details. If
39 you want to access the configuration files from your _host_ machine, see [host-editable
40 configuration](#host-editable-configuration).
@@ -193,7 +193,7 @@ to restart the container: `docker restart netdata`.
193 > the host system.
194
195 If you want to make your container's configuration directory accessible from the host system, you need to use a
196 -[volume](https://docs.docker.com/storage/bind-mounts/) rather than a bind mount. The following commands create a
196 +[bind mount](https://docs.docker.com/storage/bind-mounts/) rather than a volume. The following commands create a
197 temporary `netdata_tmp` container, which is used to populate a `netdataconfig` directory, which is then mounted inside
198 the container at `/etc/netdata`.
199