moby--moby/daemon/graphdriver/plugin_unsupported.go

8 lines
147 B
Go

// +build !experimental
package graphdriver
func lookupPlugin(name, home string, opts []string) (Driver, error) {
return nil, ErrNotSupported
}