Documentation ¶
Index ¶
- Constants
- func AppImagePath(root string, imageID types.Hash) string
- func AppRootfsPath(root string, imageID types.Hash) string
- func ContainerManifestPath(root string) string
- func ImageManifestPath(root string, imageID types.Hash) string
- func RelAppImagePath(imageID types.Hash) string
- func RelAppRootfsPath(imageID types.Hash) string
- func Stage1RootfsPath(root string) string
Constants ¶
const (
Stage1Dir = "/stage1"
)
Variables ¶
This section is empty.
Functions ¶
func AppImagePath ¶
AppImagePath returns the path where an app image (i.e. unpacked ACI) is rooted (i.e. where its contents are extracted during stage0), based on the app image ID.
func AppRootfsPath ¶
AppRootfsPath returns the path to an app's rootfs. imageID should be the app image ID.
func ContainerManifestPath ¶
ContainerManifestPath returns the path in root to the Container Runtime Manifest
func ImageManifestPath ¶ added in v0.1.1
ImageManifestPath returns the path to the app's manifest file inside the expanded ACI. id should be the app image ID.
func RelAppImagePath ¶
RelAppImagePath returns the path of an application image relative to the stage1 chroot
func RelAppRootfsPath ¶
RelAppImagePath returns the path of an application's rootfs relative to the stage1 chroot
func Stage1RootfsPath ¶
Stage1RootfsPath returns the directory in root containing the rootfs for stage1
Types ¶
This section is empty.