Documentation ¶ Index ¶ type CLI func NewCLI(path string, options *Options, out *output.Interface, verb output.Level) CLI type Options Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ This section is empty. Types ¶ type CLI ¶ type CLI interface { // EachLine runs a docker command that sends // its lines of standard output to a callback EachLine(args []string, fn func(line string)) error } CLI represents the docker CLI func NewCLI ¶ func NewCLI(path string, options *Options, out *output.Interface, verb output.Level) CLI NewCLI creates a new docker CLI object type Options ¶ type Options struct { Config string LogLevel string } Options represents global options for the docker CLI Source Files ¶ View all Source files cli.go Click to show internal directories. Click to hide internal directories.