lsm5 / oci-systemd-hook

OCI systemd hooks

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

OCI systemd hooks

============== OCI systemd hook enables running systemd in docker and OCI compatible runtimes such as runc.

It reads state over stdin and mounts a tmpfs at /run, /tmp, links in a journal directory from the host and creates /etc/machine-id file for a container.

Installation

git clone https://github.com/mrunalp/hooks
cd hooks
autoreconf -i
./configure --libexecdir=/usr/libexec/docker/hooks.d
make
make install

About

OCI systemd hooks

License:GNU General Public License v3.0


Languages

Language:C 100.0%