buildah-umount - Man Page

Unmount the root file system on the specified working containers.

Synopsis

buildah umount [options] Ā [container ...]

Description

Unmounts the root file system on the specified working containers.

Options

--all, ā€‰-a
All of the currently mounted containers will be unmounted.

Example

buildah umount containerID

buildah umount containerID1 containerID2 containerID3

buildah umount --all

See Also

buildah(1), buildah-umount(1)

Referenced By

buildah(1), buildah-mount(1).

March 2017 buildah