1OCI-KVM-HOOK(1) General Commands Manual OCI-KVM-HOOK(1)
2
3
4
6 oci-kvm-hook - Make /dev/kvm available in any OCI container
7
8
10 oci-kvm-hook
11
12
14 oci-kvm-hook is a OCI hook program. If you add it to the runc json data
15 as a hook, runc will execute the application after the container
16 process is created but before it is executed, with a prestart flag.
17 When the container starts oci-kvm-hook will make sure that /dev/kvm is
18 available inside the container.
19
20
22 $ docker run -it busybox /bin/sh
23 $ ls -l /dev/kvm
24
25
26
28 docker-run(1)
29
30
31
32November 2015 oci-kvm-hook OCI-KVM-HOOK(1)