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