August 1, 2025
View f74e5d4

Create github.com/moby/moby/v2 module

Derek McGowan authored on 2025/08/01 02:13:29
May 30, 2025
View 69c3439

daemon/logger: remove // import comments

Sebastiaan van Stijn authored on 2025/05/30 19:32:03
October 5, 2022
View 533ecb4

daemon/logger: use strconv instead of fmt.Sprintf()

Sebastiaan van Stijn authored on 2022/10/05 23:25:53
March 7, 2022
View eede75c

testing: remove some defer cleanup in favor of test.Cleanup()

Sebastiaan van Stijn authored on 2022/03/07 06:45:04
August 24, 2021
View c55a4ac

refactor: move from io/ioutil to io and os package

Eng Zer Jun authored on 2021/08/24 19:10:50
February 7, 2020
View 9f0b3f5

bump gotest.tools v3.0.1 for compatibility with Go 1.14

Sebastiaan van Stijn authored on 2020/02/07 22:39:24
August 6, 2019
View 0412967

jsonfilelog_test: check err from open before close

Kir Kolyshkin authored on 2019/08/06 12:05:40
January 17, 2019
View bc70999

Use a regex to match labels

Robin THONI authored on 2019/01/17 06:52:22
June 11, 2018
View 3845728

Update tests to use gotest.tools 👼

Vincent Demeester authored on 2018/06/11 22:32:11
April 6, 2018
View 94a1015

Decouple logfile from tailfile.

Brian Goff authored on 2018/04/06 01:39:28
March 20, 2018
View c4e93da

Merge pull request #29932 from miaoyq/container-log-add-archive

Brian Goff authored on 2018/03/20 04:20:17
March 14, 2018
View 6be0f70

Automated migration using

Daniel Nephin authored on 2018/03/14 04:28:34
March 13, 2018
View f69f09f

add compress option for 'jsonfiles' log driver This PR adds support for compressibility of log file. I added a new option conpression for the jsonfile log driver, this option allows the user to specify compression algorithm to compress the log files. By default, the log files will be not compressed. At present, only support 'gzip'.

Yanqiang Miao authored on 2018/03/13 11:47:24
February 6, 2018
View 4f0d95f

Add canonical import comment

Daniel Nephin authored on 2018/02/06 06:05:59
January 8, 2018
View e77267c

Carry 34248 Added tag log option to json-logger and use RawAttrs

Yong Tang authored on 2018/01/08 09:54:58