An open API service indexing awesome lists of open source software.

https://github.com/aerokube/init

Correct init process for Docker containers
https://github.com/aerokube/init

Last synced: 3 months ago
JSON representation

Correct init process for Docker containers

Awesome Lists containing this project

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](https://github.com/facebookgo/grace) within containers.