DockerInit » History » Version 1
  cryptogopher, 2022-04-28 21:17 
  
| 1 | 1 | cryptogopher | h1. Container @init@ process  | 
|---|---|---|---|
| 2 | |||
| 3 | To enable running multiple processes, containers require process/service management. This is normally provided by some kind of @init@ task (e.g. provided by @sysvinit@).  | 
||
| 4 | There are Docker-compatible replacements for full-fledged @init@s. Unfortunately they require either custom init scripts or service configuration. The process of migration from system provided OpenRC init scripts is time consuming and error prone.  |