|
|
|
|
|
by ploxiln
4084 days ago
|
|
It's crazy that (until now) docker always logged stdout/stderr to a file, and never rolled it. Without a separately configured logrotate (in copy-truncate mode), these log files will grow without bound, until the container is removed (usually replaced). |
|