1podman-umount(1)()                                          podman-umount(1)()
2
3
4

NAME

6       podman-umount - Unmount a working container's root filesystem
7
8

SYNOPSIS

10       podman umount container [...]
11
12
13       podman container umount container [...]
14
15
16       podman container unmount container [...]
17
18
19       podman unmount container [...]
20
21

DESCRIPTION

23       Unmounts  the  specified containers' root file system, if no other pro‐
24       cesses are using it.
25
26
27       Container storage increments a mount counter each time a  container  is
28       mounted.   When  a  container is unmounted, the mount counter is decre‐
29       mented and the container's root filesystem is physically unmounted only
30       when  the  mount counter reaches zero indicating no other processes are
31       using the mount.  An unmount can be forced with the --force flag.
32
33

OPTIONS

35       --all, -a
36
37
38       All of the currently mounted containers will be unmounted.
39
40
41       --force, -f
42
43
44       Force the unmounting of specified containers' root file system, even if
45       other processes have mounted it.
46
47
48       Note:  This  could cause other processes that are using the file system
49       to fail, as the mount point could be removed without their knowledge.
50
51
52       --latest, -l
53
54
55       Instead of providing the container name or ID,  use  the  last  created
56       container.  If you use methods other than Podman to run containers such
57       as CRI-O, the last started container could  be  from  either  of  those
58       methods.
59
60
61       The latest option is not supported on the remote client.
62
63

EXAMPLE

65       podman umount containerID
66
67
68       podman umount containerID1 containerID2 containerID3
69
70
71       podman umount --all
72
73

SEE ALSO

75       podman(1), podman-mount(1)
76
77
78
79                                                            podman-umount(1)()
Impressum