1podman-image-unmount(1)()                            podman-image-unmount(1)()
2
3
4

NAME

6       podman-image-unmount - Unmount an image's root filesystem
7
8

SYNOPSIS

10       podman image unmount [options] image [...]
11
12
13       podman image umount [options] image [...]
14
15

DESCRIPTION

17       Unmounts  the specified images' root file system, if no other processes
18       are using it.
19
20
21       Image storage increments a mount counter each time an image is mounted.
22       When  a  image  is unmounted, the mount counter is decremented, and the
23       image's root filesystem is physically unmounted  only  when  the  mount
24       counter reaches zero indicating no other processes are using the mount.
25       An unmount can be forced with the --force flag.
26
27

OPTIONS

29   --all, -a
30       All of the currently mounted images will be unmounted.
31
32
33   --force, -f
34       Force the unmounting of specified images' root  file  system,  even  if
35       other processes have mounted it.
36
37
38       Note:  This  could cause other processes that are using the file system
39       to fail, as the mount point could be removed without their knowledge.
40
41

EXAMPLE

43       podman image unmount imageID
44
45
46       podman image unmount imageID1 imageID2 imageID3
47
48
49       podman image unmount --all
50
51

SEE ALSO

53       podman(1), podman-image-mount(1), podman-container-mount(1)
54
55
56
57                                                     podman-image-unmount(1)()
Impressum