Categorygithub.com/aerokube/init
repositorypackage
0.0.0-20240525143014-15d0a8ee8951
Repository: https://github.com/aerokube/init.git
Documentation: pkg.go.dev

# README

MicroInit

MicroInit is a small process to be run within Docker container as init process (with pid 1). It translates any received signals to child processes and waits until all of them exit.

Usage:

init COMMAND [args...]

Useful to run servers like this within containers.