docker/docker-commands/general.md aktualisiert

This commit is contained in:
pi
2025-11-20 17:31:28 +00:00
parent 1668f9bcd9
commit 05d18b171c

View File

@@ -21,4 +21,11 @@ sudo docker rmi containrrr/watchtower:latest
### docker image löschen, die nicht in Benutzung sind
```bash
sudo docker image prune -a
```
```
### Watchtower update einmalig sofort ausführen
```bash
cd $(find . -type d -name watchtower | head -n 1)
docker compose run --rm watchtower --run-once
```