2017-09-14 12:29:42 -07:00
|
|
|
// +build !windows
|
|
|
|
|
2018-02-05 16:05:59 -05:00
|
|
|
package system // import "github.com/docker/docker/pkg/system"
|
2017-09-14 12:29:42 -07:00
|
|
|
|
|
|
|
// InitLCOW does nothing since LCOW is a windows only feature
|
|
|
|
func InitLCOW(experimental bool) {
|
|
|
|
}
|