Hongli Lai (Phusion)
d2d1f713a4
Add forgotten file
2014-01-31 19:29:50 +01:00
Hongli Lai (Phusion)
abf75875a9
Do not save SSH host key in baseimage-docker. Instead, generate it automatically during boot.
2014-01-31 16:02:01 +01:00
Hongli Lai (Phusion)
62859010cb
Allow running scripts during startup.
2014-01-31 15:44:50 +01:00
Hongli Lai (Phusion)
2ac41ee8ab
Fix compatibility with latest Ubuntu 12.04 base image.
2014-01-31 15:08:27 +01:00
Joris van de Donk
0bcc88828e
Fixed SFTP not working
...
sftp-server isn't located under `/usr/libexec/` (the directory doesn't exist). It's instead located at `/usr/lib/sftp-server`
2013-12-06 13:32:57 +01:00
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