containerd / aufs

[DEPRECATED] AUFS Snapshotter for containerd v1.x

Repository from Github https://github.comcontainerd/aufsRepository from Github https://github.comcontainerd/aufs

aufs snapshotter

PkgGoDev Build Status codecov Go Report Card

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"
)

Project details

aufs is a containerd sub-project, licensed under the Apache 2.0 license. As a containerd sub-project, you will find the:

information in our containerd/project repository.

About

[DEPRECATED] AUFS Snapshotter for containerd v1.x

License:Apache License 2.0


Languages

Language:Go 100.0%