Files
ports/sysutils/buildah/pkg-descr
2024-01-11 15:14:54 +00:00

8 lines
355 B
Plaintext

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.