containerd/aufs
Fork: 24 Star: 26 (更新于 2024-12-16 21:39:56)
license: Apache-2.0
Language: Go .
[DEPRECATED] AUFS Snapshotter for containerd
最后发布版本: v1.0.0 ( 2021-04-19 14:49:10)
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"
)
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.
最近版本更新:(数据更新于 2024-09-03 01:46:52)
2021-04-19 14:49:10 v1.0.0
主题(topics):
aufs, containerd
containerd/aufs同语言 Go最近更新仓库
2024-12-22 07:52:58 navidrome/navidrome
2024-12-21 20:15:12 SagerNet/sing-box
2024-12-21 03:25:54 SpecterOps/BloodHound
2024-12-19 23:11:24 shadow1ng/fscan
2024-12-19 21:50:56 minio/minio
2024-12-19 10:04:39 istio/istio