Files
Ikraam Ghoor 90aea932eb Fixed Podman container bind detection
The serve command auto-binds to 0.0.0.0 inside containers so the dev
server is reachable through published ports. Detection only checked
for /.dockerenv, which Docker writes but Podman does not. Under Podman
serve fell back to 127.0.0.1 and was unreachable from the host, as
reported in issue #112.

Detection now also checks for /run/.containerenv, which Podman writes,
so the auto-bind works for both runtimes with no extra flags.

Also dropped the bin/trmnlp wrapper change that appended --bind 0.0.0.0
to every command. The flag was added after "$@", so it landed on build,
login, and init too, none of which accept --bind, and Thor errored. The
container auto-detect makes the wrapper flag unnecessary.
2026-06-29 16:53:25 +02:00
..
2026-06-29 16:53:25 +02:00