add comment for error type

pull/7984/head
Medya Gh 2020-05-02 18:48:52 -07:00
parent 2102a20605
commit bcecda8e20
1 changed files with 2 additions and 1 deletions

View File

@ -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")