v0.2.0
Added
LOG_FILE: mirrors every log line into a file (ISO-8601 UTC prefix per line) while leaving the console untouched, sodocker logskeeps working. Gives log followers such as fail2ban a stable path — the Dockerjson-filepath contains the container ID and changes on every recreate, and thejournalddriver maps all stderr to priorityerr, which makes every ordinary line of an MCP server (stdout is reserved for the protocol) look like a system error. Only the hub's own lines are mirrored; stdio children inherit stderr and stay in the container log.
The README documents the matching fail2ban filter and why bans belong in the DOCKER-USER chain.