cmd/containerd: include aufs by default
Signed-off-by: Stephen J Day <stephen.day@docker.com>
This commit is contained in:
23
vendor/github.com/containerd/aufs/README.md
generated
vendored
Normal file
23
vendor/github.com/containerd/aufs/README.md
generated
vendored
Normal file
@@ -0,0 +1,23 @@
|
||||
# aufs snapshotter
|
||||
|
||||
[](https://travis-ci.org/containerd/aufs)
|
||||
|
||||
[](https://codecov.io/gh/containerd/aufs)
|
||||
|
||||
|
||||
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.
|
||||
|
||||
```go
|
||||
package main
|
||||
|
||||
import (
|
||||
_ "github.com/containerd/aufs"
|
||||
_ "github.com/containerd/containerd/linux"
|
||||
_ "github.com/containerd/containerd/metrics/cgroups"
|
||||
_ "github.com/containerd/containerd/snapshot/overlay"
|
||||
)
|
||||
```
|
||||
Reference in New Issue
Block a user