Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ListContainers ¶
func ListContainers()
ListContainers shows the list of existing containers in the host
Types ¶
type Container ¶
type Container struct { ProcAttr syscall.SysProcAttr ID int Image string Root string Stdin *os.File Stdout *os.File Stderr *os.File }
func (*Container) Inspect ¶
func (c *Container) Inspect()
Inspect retrieves information about the given container
type Image ¶
Image holds basic information about existing filesystems stored in the host machine
func InspectImage ¶
InspectImage returns the relevant information about the specified image if it is found in the root image directory
func ListImages ¶
ListImages retrieves the existing images in the host machine
type ImageManifest ¶
ImageManifest describes the information contained in `manifest.json` for each image
Click to show internal directories.
Click to hide internal directories.