Documentation ¶
Index ¶
Constants ¶
View Source
const MaxDockerHostname = 64
Variables ¶
View Source
var ( ErrWeaveCIDRNone = errors.New("WEAVE_CIDR=none") ErrNoDefaultIPAM = errors.New("--no-default-ipam option") )
View Source
var (
ErrNoCommandSpecified = errors.New("No command specified")
)
Functions ¶
This section is empty.
Types ¶
type ErrNoSuchImage ¶ added in v1.0.1
type ErrNoSuchImage struct {
Name string
}
ErrNoSuchImage replaces docker.NoSuchImage, which does not contain the image name, which in turn breaks docker clients post 1.7.0 since they expect the image name to be present in errors.
func (*ErrNoSuchImage) Error ¶ added in v1.0.1
func (err *ErrNoSuchImage) Error() string
Click to show internal directories.
Click to hide internal directories.