Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func FindContainer ¶
Types ¶
type DockerPsOutput ¶
type DockerPsOutput struct { Command string `json:"Command"` CreatedAt string `json:"CreatedAt"` ID string `json:"ID"` Image string `json:"Image"` Labels string `json:"Labels"` LocalVolumes string `json:"LocalVolumes"` Mounts string `json:"Mounts"` Names string `json:"Names"` Networks string `json:"Networks"` Ports string `json:"Ports"` RunningFor string `json:"RunningFor"` Size string `json:"Size"` State string `json:"State"` Status string `json:"Status"` }
type ImageList ¶
type ImageList struct { Images []struct { ID string `json:"id"` RepoTags []string `json:"repoTags"` RepoDigests []interface{} `json:"repoDigests"` Size string `json:"size"` UID interface{} `json:"uid"` Username string `json:"username"` Spec interface{} `json:"spec"` Pinned bool `json:"pinned"` } `json:"images"` }
func ListImages ¶
Click to show internal directories.
Click to hide internal directories.