aufs

package module
v0.0.0-...-25c645e Latest Latest
Warning

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

Go to latest
Published: Sep 15, 2017 License: Apache-2.0 Imports: 19 Imported by: 0

README

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

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func New

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

New creates a new snapshotter using aufs

Types

This section is empty.

Jump to

Keyboard shortcuts

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