aufs

package module
v1.0.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Apr 16, 2021 License: Apache-2.0 Imports: 17 Imported by: 92

README

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.

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func New

func New(root string) (snapshots.Snapshotter, error)

New creates a new snapshotter using aufs

Types

This section is empty.

Directories

Path Synopsis

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL