Versions in this module Expand all Collapse all v0 v0.1.0 Jan 16, 2019 Changes in this version + func Inspect(containerNameOrID, format string) ([]string, error) + func UsernsRemap() bool v0.0.1 Nov 29, 2018 Changes in this version + func ContainerCmder(containerNameOrID string) exec.Cmder + func CopyFrom(containerNameOrID, srcPath, hostPath string) error + func CopyTo(hostPath, containerNameOrID, destPath string) error + func GetArchiveTags(path string) ([]string, error) + func Kill(signal, containerNameOrID string) error + func Pull(image string, retries int) error + func PullIfNotPresent(image string, retries int) (pulled bool, err error) + func Run(image string, runArgs []string, containerArgs []string) (id string, err error) + func Save(image, dest string) error