github.com/rita33cool1/iot-system-gateway@v0.0.0-20200911033302-e65bde238cc5/docker-engine/daemon/graphdriver/zfs/zfs_unsupported.go (about)

     1  // +build !linux,!freebsd
     2  
     3  package zfs // import "github.com/docker/docker/daemon/graphdriver/zfs"
     4  
     5  func checkRootdirFs(rootdir string) error {
     6  	return nil
     7  }
     8  
     9  func getMountpoint(id string) string {
    10  	return id
    11  }