mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
Make kernel detection work without suffix
This commit is contained in:
parent
16aeb77d51
commit
c05c91ca3b
2 changed files with 8 additions and 0 deletions
|
@ -1,5 +1,9 @@
|
|||
package docker
|
||||
|
||||
import (
|
||||
"fmt"
|
||||
)
|
||||
|
||||
func getKernelVersion() (*KernelVersionInfo, error) {
|
||||
return nil, fmt.Errorf("Kernel version detection is not available on darwin")
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue