summaryrefslogtreecommitdiff
path: root/docs/podman-umount.1.md
blob: c13781dbf6f984526d48b48d1604f54d2653a92b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
% podman-umount "1"

## NAME
podman\-umount - Unmount the specified working containers' root file system.

## SYNOPSIS
**podman umount** *container* ...

## DESCRIPTION
Unmounts the specified containers' root file system.

## OPTIONS
**--all, -a**

All of the currently mounted containers will be unmounted.

## EXAMPLE

podman umount containerID

podman umount containerID1 containerID2 containerID3

podman umount --all

## SEE ALSO
podman(1), podman-mount(1)