You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
|[nydusd](https://github.com/dragonflyoss/nydus/blob/master/docs/nydusd.md)| Nydus user-space daemon, it processes all fscache/FUSE messages from the kernel and parses Nydus images to fullfil those requests |
54
54
|[nydus-image](https://github.com/dragonflyoss/nydus/blob/master/docs/nydus-image.md)| Convert a single layer of OCI format container image into a nydus format container image generating meta part file and data part file respectively |
55
55
|[nydusify](https://github.com/dragonflyoss/nydus/blob/master/docs/nydusify.md)| It pulls OCI image down and unpack it, invokes `nydus-image create` to convert image and then pushes the converted image back to registry and data storage |
56
56
|[nydusctl](https://github.com/dragonflyoss/nydus/blob/master/docs/nydus-image.md)| Nydusd CLI client (`nydus-image inspect`), query daemon's working status/metrics and configure it |
57
-
|[nydus-docker-graphdriver](https://github.com/nydusaccelerator/docker-nydus-graphdriver)|[Experimental] Works as a `docker` remote graph driver to control how images and containers are stored and managed |
57
+
|[nydus-docker-graphdriver](https://github.com/nydusaccelerator/docker-nydus-graphdriver)|[Experimental] Works as a `docker` remote graph driver to control how images and containers are stored and managed |
58
58
|[nydus-overlayfs](https://github.com/dragonflyoss/nydus/tree/master/contrib/nydus-overlayfs)|`Containerd` mount helper to invoke overlayfs mount with tweaking mount options a bit. So nydus prerequisites can be passed to vm-based runtime |
59
-
|[nydus-backend-proxy](./contrib/nydus-backend-proxy/README.md)| A simple HTTP server to serve local directory as a blob backend for nydusd |
59
+
|[nydus-backend-proxy](./contrib/nydus-backend-proxy/README.md)| A simple HTTP server to serve local directory as a blob backend for nydusd |
| Storage | Registry/OSS/S3/NAS | Support for OCI-compatible distribution implementations such as Docker Hub, Harbor, Github GHCR, Aliyun ACR, NAS, and Aliyun OSS-like object storage service | ✅ |
66
66
| Storage/Build |[Harbor](https://github.com/goharbor/acceleration-service)| Provides a general service for Harbor to support acceleration image conversion based on kinds of accelerator like Nydus and eStargz etc | ✅ |
67
-
| Distribution |[Dragonfly](https://github.com/dragonflyoss/dragonfly)| Improve the runtime performance of Nydus image even further with the Dragonfly P2P data distribution system | ✅ |
68
-
| Build |[Buildkit](https://github.com/nydusaccelerator/buildkit/blob/master/docs/nydus.md)| Provides the ability to build and export Nydus images directly from Dockerfile | ✅ |
67
+
| Distribution |[Dragonfly](https://github.com/dragonflyoss/dragonfly)| Improve the runtime performance of Nydus image even further with the Dragonfly P2P data distribution system | ✅ |
68
+
| Build |[Buildkit](https://github.com/nydusaccelerator/buildkit/blob/master/docs/nydus.md)| Provides the ability to build and export Nydus images directly from Dockerfile | ✅ |
69
69
| Build/Runtime |[Nerdctl](https://github.com/containerd/nerdctl/blob/master/docs/nydus.md)| The containerd client to build or run (requires nydus snapshotter) Nydus image | ✅ |
70
-
| Runtime |[Docker / Moby](https://github.com/dragonflyoss/nydus/blob/master/docs/docker-env-setup.md)| Run Nydus image in Docker container with containerd and nydus-snapshotter | ✅ |
70
+
| Runtime |[Docker / Moby](https://github.com/dragonflyoss/nydus/blob/master/docs/docker-env-setup.md)| Run Nydus image in Docker container with containerd and nydus-snapshotter | ✅ |
71
71
| Runtime |[Kubernetes](https://github.com/containerd/nydus-snapshotter/blob/main/docs/run_nydus_in_kubernetes.md)| Run Nydus image using CRI interface | ✅ |
72
72
| Runtime |[Containerd](https://github.com/containerd/nydus-snapshotter)| Nydus Snapshotter, a containerd remote plugin to run Nydus image | ✅ |
73
73
| Runtime |[CRI-O / Podman](https://github.com/containers/nydus-storage-plugin)| Run Nydus image with CRI-O or Podman | 🚧 |
@@ -169,6 +169,4 @@ Feel free to reach us via Slack or Dingtalk.
0 commit comments