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
- Host: GitHub
- URL: https://github.com/aerokube/init
- Owner: aerokube
- License: apache-2.0
- Created: 2017-01-28T15:08:12.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2025-05-06T09:29:13.000Z (5 months ago)
- Last Synced: 2025-06-06T23:09:06.159Z (4 months ago)
- Language: Go
- Homepage:
- Size: 37.1 KB
- Stars: 8
- Watchers: 3
- Forks: 6
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.