aandryashin / init

Correct init process for Docker containers

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

Correct init process for Docker containers

License:Apache License 2.0


Languages

Language:Go 56.1%Language:Shell 40.1%Language:Dockerfile 3.8%