pid1 0.1.6

pid1 handling library for proper signal and zombie reaping of the PID1 process
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
FROM ubuntu:22.04

COPY simple /simple

COPY zombie /usr/bin/zombie

COPY sigterm_handler /usr/bin/sigterm_handler

COPY sigterm_loop /usr/bin/sigterm_loop

COPY dumb_shell /usr/bin/dumb_shell

CMD ["/simple"]