docker/docker-commands/general.md aktualisiert
This commit is contained in:
@@ -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
|
||||
```
|
||||
|
||||
|
||||
Reference in New Issue
Block a user