1
0
mirror of https://github.com/phusion/baseimage-docker.git synced 2026-03-26 04:18:46 +00:00

Allow running scripts during startup.

This commit is contained in:
Hongli Lai (Phusion)
2014-01-31 15:44:50 +01:00
parent 2ac41ee8ab
commit 62859010cb
3 changed files with 76 additions and 4 deletions

View File

@@ -1,6 +1,7 @@
## 0.9.3 (release date: pending)
* It looks like Docker changed their Ubuntu 12.04 base image, thereby breaking our Dockerfile. This has been fixed.
* The init system (`/sbin/my_init`) now supports running scripts during startup. You can put startup scripts `/etc/my_init.d`. `/etc/rc.local` is also run during startup.
## 0.9.2 (release date: 2013-12-11)