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