blob: 4627b06c46ce3e21979aacb6fc4de89696af70b5 (
plain)
1
2
3
4
5
6
7
|
The Buildah package provides a command line tool which can be used to
* create a working container from scratch
or
* create a working container from an image as a starting point
* mount/umount a working container's root file system for manipulation
* save container's root file system layer to create a new image
* delete a working container or an image.
|