bring back aufs and zfs

Signed-off-by: Akihiro Suda <akihiro.suda.cz@hco.ntt.co.jp>
This commit is contained in:
Akihiro Suda
2019-10-30 17:33:54 +09:00
parent 4a1a1bc626
commit a2688b972c
16 changed files with 2517 additions and 9 deletions

View File

@@ -17,14 +17,12 @@
package main
import (
// TODO: Needs updated snapshotter interface
//_ "github.com/containerd/aufs"
_ "github.com/containerd/aufs"
_ "github.com/containerd/containerd/metrics/cgroups"
_ "github.com/containerd/containerd/runtime/v1/linux"
_ "github.com/containerd/containerd/runtime/v2"
_ "github.com/containerd/containerd/runtime/v2/runc/options"
_ "github.com/containerd/containerd/snapshots/native"
_ "github.com/containerd/containerd/snapshots/overlay"
// TODO: Needs updated snapshotter interface
//_ "github.com/containerd/zfs"
_ "github.com/containerd/zfs"
)