1
0
This repository has been archived on 2025-09-29. You can view files and clone it, but cannot push or open issues or pull requests.
bachelor-thesis/logrotate-notes.md

5 lines
107 B
Markdown

````sh
sudo logrotate -f /etc/logrotate.d/docker-containers
ls -lh /var/lib/docker/containers/*/*.log*
```