stevvooe / aufs

AUFS Snapshotter for containerd

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

aufs snapshotter

Build Status

codecov

AUFS implementation of the snapshot interface for containerd.

Compile

To compile containerd with aufs support add the import into the cmd/containerd/builtins_linux.go file.

package main

import (
	_ "github.com/containerd/aufs"
	_ "github.com/containerd/containerd/linux"
	_ "github.com/containerd/containerd/metrics/cgroups"
	_ "github.com/containerd/containerd/snapshot/overlay"
)

About

AUFS Snapshotter for containerd

License:Apache License 2.0


Languages

Language:Go 100.0%