# Functions
New initializes a new engine.
No description provided by the author
NewInput returns a new Input object with no source attached.
NewOutput returns a new Output object with no destinations attached.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
Tail reads from `src` line per line, and returns the last `n` lines as an array.
# Constants
No description provided by the author
No description provided by the author
No description provided by the author
# Structs
No description provided by the author
The Engine is the core of Docker.
No description provided by the author
A job is the fundamental unit of work in the docker engine.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
# Interfaces
Installer is a standard interface for objects which can "install" themselves on an engine by registering handlers.