5 Commits (934b6bf75a337bf8d7ecf9ad7d4cf0a658d7c2dc)

Author SHA1 Message Date
Darksider3 3ae497e2eb Let the container stop gracefully with exec!
Right now the container can't stop gracefully because the sshd-server
runs on the server as PID 0. This results in the docker daemon not
killing it but waiting for it to die, which never happens, and results
in the default timeout-wait before it KILLS the process. With exec, the
sshd becomes PID 1 and can receive and process signals(probably SIGTERM
here) and handles them as well. The container stops now nearly
instantly..
5 years ago
Darksider3 c28e616ea5 Faster rebuildung by moving system relevant stuff up 5 years ago
Darksider3 c4912502d7 Now with dynamic TILDE_CONF support! 5 years ago
darksider3 4079166167 Respect $TILDE_CONF ENV in container build 5 years ago
darksider3 e00e587fac Reflect changes made 5 years ago