github.com/noxiouz/docker@v0.7.3-0.20160629055221-3d231c78e8c5/daemon/graphdriver/plugin_unsupported.go (about)

     1  // +build !experimental
     2  
     3  package graphdriver
     4  
     5  func lookupPlugin(name, home string, opts []string) (Driver, error) {
     6  	return nil, ErrNotSupported
     7  }