mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
54f11b84d2
If "docker logs" was used on an offline container, the logger is leaked, leaving it up to the finalizer to close the file handle, which could block removal of the container. Further, the json file logger could leak an open handle if the logs are read without follow due to an early return without a close. This change addresses both cases. Signed-off-by: Stefan J. Wernli <swernli@microsoft.com> |
||
---|---|---|
.. | ||
jsonfilelog.go | ||
jsonfilelog_test.go | ||
read.go |