Documentation
¶
Rendered for windows/amd64
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Image ¶
type Image struct {
Image string
Paths Paths
BaseLayer string // topmost read-only HCS layer; pass to compute_container.ImageMount
Scratch string // writable scratch layer; pass to compute_container.ImageMount
}
Image is returned by Pull.
type Paths ¶
type Paths struct {
Dir string // e.g. C:\carbon\mcr.microsoft.com\windows\nanoserver\ltsc2022
Base string // root dir for numbered read-only HCS layer subdirectories
Scratch string // writable scratch layer
Cache string // raw downloaded layer tarballs
}
Paths holds all resolved on-disk locations for a Windows container image.
func ResolvePaths ¶
ResolvePaths returns the fully resolved paths for ref without pulling anything.
Click to show internal directories.
Click to hide internal directories.