1
0
mirror of /repos/baseimage-docker.git synced 2025-12-31 08:11:29 +01:00

54 Commits

Author SHA1 Message Date
Hongli Lai (Phusion)
99306bcfcd
Correctly handle Docker shutdown.
When a container is stopped with 'docker stop', SIGTERM is sent to the
init process. Unfortunately neither bash nor runit-init handle that correctly,
so we write our own init system in Python that also waits for all services to
shutdown.
2013-11-12 22:36:55 +01:00
Hongli Lai (Phusion)
16ccc1e40d
Enable cron 2013-11-12 12:34:40 +01:00
Hongli Lai (Phusion)
aee8c8368f
Fix bugs, added README 2013-11-12 11:45:39 +01:00
Hongli Lai (Phusion)
9661f84da9
Initial commit 2013-11-12 11:39:25 +01:00