Actions
DockerInit » History » Revision 1
Revision 1/10
| Next »
cryptogopher, 2022-04-28 21:17
Container init
process¶
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
).
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.
Updated by cryptogopher over 2 years ago · 1 revisions