e-m-b-a/emba

Preserve docker logs in strict mode

開放

#1,854 建立於 2026年1月10日

 (3 則留言) (0 個反應) (0 位負責人)Shell (314 個分叉)auto 404
EMBAdockerenhancementgood first issuehelp wantedreportingstale

倉庫指標

星標
 (3,565 顆星)
PR 合併指標
 (PR 指標待抓取)

描述

Is your feature request related to a problem? Please describe. The EMBA container is started with the --rm option. In a typical test case this makes sense as no normal user will need these logs. Nevertheless, in some cases it could be useful to have these logs for debugging.

Describe the solution you'd like As the strict mode is a debugging mode we could change the behavior just with strict mode enabled to store the complete docker log into the log directory of the firmware analysis.

貢獻者指南