Docs: clarify that netdata/netdata defaults to latest and how to use :stable (#21467)
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Ilya Mashchenko committed
Dec 16, 2025 at 09:57 UTC
130d40020bcb762b81d5940f9a43bbfca253e447
1 file changed
+17
-9
packaging/docker/README.md
+17
-9
@@ -133,9 +133,10 @@ volumes:
133
</TabItem>
134
</Tabs>
135
136
-:::note
136
+:::tip
137
138
-If you plan to connect the node to Netdata Cloud, you can find the command with the right parameters by clicking the "Add Nodes" button in your Space's "Nodes" view.
138
+- When using `netdata/netdata` without a tag, Docker pulls the latest image by default. To run the stable version, replace it with `netdata/netdata:stable`.
139
+- If you plan to connect the node to Netdata Cloud, you can find the command with the right parameters by clicking the "Add Nodes" button in your Space's "Nodes" view.
140
141
:::
142
@@ -258,6 +259,13 @@ volumes:
259
</TabItem>
260
</Tabs>
261
262
+:::tip
263
+
264
+- When using `netdata/netdata` without a tag, Docker pulls the latest image by default. To run the stable version, replace it with `netdata/netdata:stable`.
265
+- If you plan to connect the node to Netdata Cloud, you can find the command with the right parameters by clicking the "Add Nodes" button in your Space's "Nodes" view.
266
+
267
+:::
268
+
269
### With SSL/TLS enabled HTTP Proxy
270
271
Below is an example of installing Netdata with an **SSL reverse proxy** and **basic authentication** using Docker.
@@ -328,9 +336,7 @@ volumes:
336
337
#### Restrict access with basic auth
338
331
-You can restrict access by
332
-following the [official caddy guide](https://caddyserver.com/docs/caddyfile/directives/basicauth#basicauth) and adding lines
333
-to Caddyfile.
339
+You can restrict access by following the [official caddy guide](https://caddyserver.com/docs/caddyfile/directives/basicauth#basicauth) and adding lines to Caddyfile.
340
341
### With Docker socket proxy
342
@@ -388,9 +394,10 @@ volumes:
394
netdatacache:
395
```
396
391
-:::note
397
+:::tip
398
393
-Replace `2375` with the port of your proxy.
399
+- When using `netdata/netdata` without a tag, Docker pulls the latest image by default. To run the stable version, replace it with `netdata/netdata:stable`.
400
+- Replace `2375` with the port of your proxy.
401
402
:::
403
@@ -504,9 +511,10 @@ docker run -d --name=netdata \
511
512
</Tabs>
513
507
-:::note
514
+:::tip
515
509
-If you plan to connect the node to Netdata Cloud, you can find the command with the right parameters by clicking the "Add Nodes" button in your Space's "Nodes" view.
516
+- When using `netdata/netdata` without a tag, Docker pulls the latest image by default. To run the stable version, replace it with `netdata/netdata:stable`.
517
+- If you plan to connect the node to Netdata Cloud, you can find the command with the right parameters by clicking the "Add Nodes" button in your Space's "Nodes" view.
518
519
:::
520