You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 23, 2024. It is now read-only.
Copy file name to clipboardExpand all lines: README.md
+11-1Lines changed: 11 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -58,11 +58,20 @@ The architectures supported by this image are:
58
58
| arm64 | ✅ | arm64v8-\<version tag\>|
59
59
| armhf| ✅ | arm32v7-\<version tag\>|
60
60
61
+
## Version Tags
62
+
63
+
This image provides various versions that are available via tags. Please read the descriptions carefully and exercise caution when using unstable or development tags.
64
+
65
+
| Tag | Available | Description |
66
+
| :----: | :----: |--- |
67
+
| latest | ✅ | Stable releases. |
68
+
| develop | ✅ | Latest commits from the develop branch |
69
+
61
70
## Application Setup
62
71
63
72
There is a [walkthrough](https://metamanager.wiki/en/latest/home/guides/docker.html#setting-up-the-initial-config-file) available to help get you up and running.
64
73
65
-
This image supports all of the environment variables listed [here](https://metamanager.wiki/en/latest/home/environmental.html)
74
+
This image supports all of the environment variables listed [here](https://metamanager.wiki/en/latest/home/environmental.html) and all commandline arguments.
66
75
67
76
To perform a one-time run use `docker run` (or `docker-compose run`) with the `--rm` and `-e PMM_RUN=True` arguments. This will cause the container to process your config immediately instead of waiting for the scheduled time, and delete the old container after completion.
68
77
@@ -238,6 +247,7 @@ Once registered you can define the dockerfile to use with `-f Dockerfile.aarch64
238
247
239
248
## Versions
240
249
250
+
***08.11.22:** - Add develop branch.
241
251
***25.10.22:** - Support commandline args and relative paths.
242
252
***03.10.22:** - Rebase to Alpine 3.16, migrate to s6v3.
0 commit comments