MyGit

containerd/aufs

Fork: 24 Star: 26 (更新于 2024-10-30 08:34:09)

license: Apache-2.0

Language: Go .

[DEPRECATED] AUFS Snapshotter for containerd

最后发布版本: v1.0.0 ( 2021-04-19 14:49:10)

GitHub网址

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.

最近版本更新:(数据更新于 2024-09-03 01:46:52)

2021-04-19 14:49:10 v1.0.0

主题(topics):

aufs, containerd

containerd/aufs同语言 Go最近更新仓库

2024-11-06 07:46:48 dolthub/dolt

2024-11-06 03:37:39 containerd/containerd

2024-11-05 20:42:00 aurora-develop/aurora

2024-11-05 08:55:31 XTLS/Xray-core

2024-11-05 00:03:47 SagerNet/sing-box

2024-11-04 20:34:19 Permify/permify