package
module
Version:
v0.0.0-...-25c645e
Opens a new window with list of versions in this module.
Published: Sep 15, 2017
License: Apache-2.0
Opens a new window with license information.
Imports: 19
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
README
¶
aufs snapshotter
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
¶
New creates a new snapshotter using aufs
Source Files
¶
Click to show internal directories.
Click to hide internal directories.