runc-notify
is a tool for testing systemd notify (sd_notify) integration with runc containers.
1) git clone https://github.com/shishir-a412ed/runc-notify.git
2) cd runc-notify
To run runc-notify
you must have the following:
1) A linux distribution (OS) running systemd as init system.
2) docker daemon (running).
To check this execute: `systemctl status docker`.
3) docker client.
4) runc installed in /usr/bin/runc and runc version > 1.0.0.rc1.
`runc-notify` must be run as a root user.
1) sudo sh
2) ./runc_sd_notify.sh
Shishir Mahajan, 2016
GNU GPL