package: wnpp Severity: wishlist Owner: 'Qian Cai' <q...@redhat.com> *Package Name : oci-systemd-hook Version : 0.1.18 *URL : https://github.com/projectatomic/oci-systemd-hook *License : GPLv3 *Description : OCI systemd hook enables users to run systemd in docker and OCI compatible runtimes such as runc without requiring --privileged flag.
This project produces a C binary that can be used with runc and Docker (with minor code changes). If you clone this branch and build/install oci-systemd-hook, a binary should be placed in /usr/libexec/oci/hooks.d named oci-systemd-hook. Running Docker or OCI runc containers with this executable, oci-systemd-hook is called just before a container is started and after it is provisioned. If the CMD to run inside of the container is init or systemd, this hook will configure the container image to run a systemd environment. For all other CMD's, this hook will just exit.