-
Notifications
You must be signed in to change notification settings - Fork 26
Description
Doc Page link
https://learn.netdata.cloud/docs/netdata-agent/installation/docker
Description
I am not a native English speaker, the following content is translated by translation software and
gemini, please forgive me if there is any inappropriate wording
I've noticed an issue that seems to be related to the latest image tag.
The latest version can sometimes introduce unexpected behavior. For instance, I recently encountered an error where the new nd-run command was missing in the Docker image tagged as latest, even though it was recently added content. The stable tag, however, appears to be unaffected by this issue.
To ensure stability, I recommend that users consider using the stable version for now.
Proposed Change:
Could we please update the documentation and examples to recommend the use of the stable tag? This would involve the following:
- Changing all instances of
image: netdata/netdatatoimage: netdata/netdata:stablewithindocker-composefiles. - Replacing
netdata/netdatawithnetdata/netdata:stablein alldocker runcommands.
Thank you very much as an open source worker and your hard work on Netdata.