Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ErrNoSuchImage ¶ added in v1.0.1
type ErrNoSuchImage struct {
Name string
}
Replacement for 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.