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