UNPKG

buildahcker

Version:

Buildahcker is a node.js library to create and run commands in OCI (Open Container Initiative) container images (or docker images), based on Buildah and a hash-based cache. It also contains utilities to easily create a partitioned bootable disk image of a

10 lines (9 loc) 257 B
export * from "./container"; export * from "./containerCache"; export * from "./exec"; export * from "./imageBuilder"; export * from "./inspect"; export * from "./steps"; export * from "./alpine"; export * from "./fileInImage"; export * from "./archlinux";