You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I think you can move the zfs code into the root of the repo so that users can just import the snapshotter without having to dig deeper. What do you think?
The text was updated successfully, but these errors were encountered:
I attempted to move the code into root, but could not get "static" installation working:
$ vi ~/gopath/src/github.com/containerd/containerd/cmd/containerd/builtins_zfs.go
$ go build github.com/containerd/containerd/cmd/containerd
cmd/containerd/builtins_zfs.go:5:8: import "github.com/AkihiroSuda/containerd-zfs" is a program, not an importable package
I think you can move the zfs code into the root of the repo so that users can just import the snapshotter without having to dig deeper. What do you think?
The text was updated successfully, but these errors were encountered: