1OCI-UMOUNT(1)(oci-umount) OCI-UMOUNT(1)(oci-umount)
2
3
4
5May 2017
6
8 oci-umount - Umount mountpints defined in /etc/oci-umount.conf systems
9 before containers start
10
11
13 oci-umount
14
15
17 oci-umount is a OCI hook program. If you add it to the runc json data
18 as a hook, runc will execute the application after the container
19 process is created but before it is executed, with a prestart flag.
20 Docker will execute oci-umount as a container hook when it is installed
21 in the $HOOKSDIR directory.
22
23
24 You can setup the file systems to umount by editing the /etc/oci-
25 umount.conf
26
27
29 $ docker run -it busybox /bin/sh
30
31 (In different terminal):
32
33
34
36 docker-run(1)
37
38
40 May 2017, written by Dan Walsh dwalsh@redhat.com ⟨mailto:dwalsh@red‐
41 hat.com⟩
42
43
44
45 OCI-UMOUNT(1)(oci-umount)