mirror of
https://github.com/Tyrrrz/DiscordChatExporter.git
synced 2026-03-13 02:12:59 +00:00
Updated Docker usage instructions (markdown)
@@ -12,10 +12,9 @@ docker pull tyrrrz/discordchatexporter:stable
|
||||
|
||||
Note the `:stable` tag. DiscordChatExporter images are tagged according to the following patterns:
|
||||
|
||||
- `stable`: Latest stable version release, maps to latest GitHub release. This tag is updated with release of each new version. This is recommended for personal use.
|
||||
- `latest`: Build from latest commit, maps to latest CI build on GitHub. This tag is update with each new commit to `master` branch. This is not recommended, but you can use it if you want to try out some features that haven't been officially released yet.
|
||||
- `x.y.z` (e.g. `2.30.1`): Specific version release, maps to corresponding tag on GitHub. This tag is never updated once that version is released.
|
||||
Note the `:stable` tag. It is not recommended to run the `:latest` docker releases since they are unstable. This is recommended for use in automation workflows and similar environments.
|
||||
- `stable`: Latest stable version release and maps to the latest GitHub release. This tag is updated with release of each new version. Recommended for personal use.
|
||||
- `latest`: Build from latest commit and maps to the latest CI build on GitHub. This tag is updated with each new commit to `master` branch. Not recommended for everyday use, but you can use it if you want to try out some features that haven't been officially released yet.
|
||||
- `x.y.z` (e.g. `2.30.1`): Fixed version release and maps to the corresponding tag on GitHub. This tag is never updated once that version has been released.
|
||||
|
||||
You can see all available tags [here](https://hub.docker.com/r/tyrrrz/discordchatexporter/tags?page=1&ordering=name).
|
||||
|
||||
|
||||
Reference in New Issue
Block a user