e-m-b-a/emba

Preserve docker logs in strict mode

Ouverte

#1 854 ouverte le 10 janv. 2026

 (3 commentaires) (0 réaction) (0 personne assignée)Shell (314 forks)auto 404
EMBAdockerenhancementgood first issuehelp wantedreportingstale

Métriques du dépôt

Stars
 (3 565 étoiles)
Métriques de merge PR
 (Métriques PR en attente)

Description

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.

Guide contributeur