Categorygithub.com/ATenderholt/dockerlib
modulepackage
0.9.1
Repository: https://github.com/atenderholt/dockerlib.git
Documentation: pkg.go.dev

# README

dockerlib

Helper functions around the Docker GO SDK

# Functions

NewDockerController is a helper method to create a new instance of a DockerController.
No description provided by the author

# Structs

Container represents a simplified interface for starting a Docker container.
No description provided by the author
DockerController is a concrete type that can be used to control Docker containers using its SDK.
No description provided by the author
EnsureImageProgress is an object to unmarshall JSON returned from Docker during a pull.
EnsureImageProgressDetail is an object to help unmarshall JSON returned from Docker during a pull.

# Interfaces

Controller is used to represent a type that can Start, Shutdown, or ShutdownAll containers.