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

3 lines (2 loc) 258 B
export declare const resolveParentInContainer: (containerPath: string, subPath: string, strictDotDot?: boolean) => Promise<string>; export declare const resolveInContainer: (containerPath: string, subPath: string, strictDotDot?: boolean) => Promise<string>;