mirror of
https://github.com/phusion/baseimage-docker.git
synced 2026-03-26 04:18:46 +00:00
Improve the init system: support skipping startup files and running a custom main command
This commit is contained in:
@@ -1,6 +1,9 @@
|
||||
## 0.9.6
|
||||
|
||||
* Fixed a bug in `my_init`: child processes that have been adopted during execution of init scripts are now properly reaped.
|
||||
* Much improved `my_init`:
|
||||
* It is now possible to run and watch a custom command, possibly in addition to running runit. See "Running a one-shot command in the container" in the README.
|
||||
* It is now possible to skip running startup files such as /etc/rc.local.
|
||||
|
||||
## 0.9.5 (release date: 2014-02-06)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user