Skip to content

Latest commit

 

History

History
18 lines (16 loc) · 500 Bytes

README.md

File metadata and controls

18 lines (16 loc) · 500 Bytes

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