add comment for error type
parent
2102a20605
commit
bcecda8e20
|
|
@ -18,4 +18,5 @@ package oci
|
|||
|
||||
import "errors"
|
||||
|
||||
var ErrWindowsContainers = errors.New("Docker daemon's container type is windows")
|
||||
// ErrWindowsContainers is thrown when docker been configured to run windows containers instead of Linux
|
||||
var ErrWindowsContainers = errors.New("docker container type is windows")
|
||||
|
|
|
|||
Loading…
Reference in New Issue