Der Aufgabenplaner hat eine geplante Aufgabe abgeschlossen.
Aufgabe: Watchtower Install
Start: Sun, 12 Jun 2022 08:55:47 GMT
Ende: Sun, 12 Jun 2022 08:55:48 GMT
Aktueller Status: 125 (Unterbrochen)
Standardausgabe/Fehler:
docker: invalid reference format.
See 'docker run --help'.
/bin/bash: line 1: -v: command not found
docker: Got permission denied while trying to connect to the Docker daemon socket at unix:///var/run/docker.sock: Post "http://%2Fvar%2Frun%2Fdocker.sock/v1.24/containers/create?name=watchtower": dial unix /var/run/docker.sock: connect: permission denied.
Das ist nicht korrekt. Semanatic Versioning hat schon seit jeher folgenden Vorgaben entsprochen: https://semver.org/lang/de/Ändert aber trotzdem nichts daran das dieses vorgehen sehr ungewöhnlich ist und meist Das Projekt mit einen neuen Namen daher kommt damit es eben so etwas nicht passiert.
latest
-Tag nutzt, muss auch davon ausgehen, dass er dann bekommt wofür das latest
-Tag da ist: die aktuellste Version des Image (bzw. was immer der Maintainer als solches festlegt). Für Entwickler und Abenteuerlustige ist Latest immer das Richtige latest
ein Risiko - in Firmen wird NIE latest
verwendet, ausser man ist im Entwicklungsteam des Images oder der Anwendung die im Image paketiert ist.Via Watchtower auto-updater (only use if you don't remember the original parameters)
Note: We do not endorse the use of Watchtower as a solution to automated updates of existing Docker containers. In fact we generally discourage automated updates. However, this is a useful tool for one-time manual updates of containers where you have forgotten the original parameters. In the long term, we highly recommend using Docker Compose.
- Pull the latest image at its tag and replace it with the same env variables in one run:
docker run --rm \
-v /var/run/docker.sock:/var/run/docker.sock \
containrrr/watchtower \
--run-once sonarr
- You can also remove the old dangling images: docker image prune
Image Update Notifications - Diun (Docker Image Update Notifier)
- We recommend Diun for update notifications. Other tools that automatically update containers unattended are not recommended or supported.
Wenn du das Forum hilfreich findest oder uns unterstützen möchtest, dann gib uns doch einfach einen Kaffee aus.
Als Dankeschön schalten wir deinen Account werbefrei.