1DUMB-INIT(1) User Commands DUMB-INIT(1)
2
3
4
6 dumb-init - Entry-point for containers that proxies signals
7
9 dumb-init [option] command [[arg] ...]
10
12 dumb-init v1.2.5
13
14 dumb-init is a simple process supervisor that forwards signals to chil‐
15 dren. It is designed to run as PID1 in minimal container environments.
16
17 Optional arguments:
18 -c, --single-child
19 Run in single-child mode. In this mode, signals are only prox‐
20 ied to the direct child and not any of its descendants.
21
22 -r, --rewrite s:r
23 Rewrite received signal s to new signal r before proxying. To
24 ignore (not proxy) a signal, rewrite it to 0. This option can
25 be specified multiple times.
26
27 -v, --verbose
28 Print debugging information to stderr.
29
30 -h, --help
31 Print this help message and exit.
32
33 -V, --version
34 Print the current version and exit.
35
36 Full help is available online at https://github.com/Yelp/dumb-init
37
39 dumb-init was primarily developed at Yelp.
40 For a full list of contributors, see https://github.com/Yelp/dumb-
41 init/graphs/contributors
42
43
44
45dumb-init v1.2.5 July 2023 DUMB-INIT(1)