devcontainer/common/rootfs_supervisor
Stefan Agner 160a240b52
Various improvements to Docker daemon start/stop logic (#122)
When starting Supervisor often the terminal messed up. From
investigation it seemed that dockerd messes with the terminal somehow,
carriage returns (\r) seem not to function properly. Resetting the
terminal fixes this.

While add it, also use the Docker daemon PID from the pid file. This
is a different PID than before, since this is the actual daemon PID and
not the PID of the sudo process that starts the daemon. This should
not really make a difference, since killing the sudo process seemed
to have passed the signal along to the daemon, but it is cleaner to
use the actual daemon PID.
2025-02-14 12:39:07 +01:00
..
etc/supervisor_scripts Various improvements to Docker daemon start/stop logic (#122) 2025-02-14 12:39:07 +01:00
usr/bin Allow to run scripts rootless (#32) 2022-11-18 13:05:47 +01:00