Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ErrOSNotSupported ¶
type ErrOSNotSupported struct {
// contains filtered or unexported fields
}
ErrOSNotSupported is used when docker does not support the detected OSType. NewErrOSNotSupported is used to initialize this type.
func NewErrOSNotSupported ¶
func NewErrOSNotSupported(osType string) *ErrOSNotSupported
NewErrOSNotSupported creates a ErrOSNotSupported for the specified OSType.
func (*ErrOSNotSupported) Error ¶
func (e *ErrOSNotSupported) Error() string
Click to show internal directories.
Click to hide internal directories.