Sponsor:

Your company here — click to reach over 10,000 unique daily visitors

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