mirror of https://github.com/docker/docs.git
commit
7f499308fc
|
|
@ -6,9 +6,7 @@ import (
|
||||||
)
|
)
|
||||||
|
|
||||||
var (
|
var (
|
||||||
ErrDetectionFailed = errors.New("OS type not recognized")
|
ErrDetectionFailed = errors.New("OS type not recognized")
|
||||||
ErrSSHCommandFailed = errors.New("SSH command failure")
|
|
||||||
ErrNotImplemented = errors.New("Runtime not implemented")
|
|
||||||
)
|
)
|
||||||
|
|
||||||
type ErrDaemonAvailable struct {
|
type ErrDaemonAvailable struct {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue