From b201de01b7f6525a3e791c0728453d65480adf0d Mon Sep 17 00:00:00 2001 From: Hector Fernandez Date: Tue, 20 Oct 2020 13:18:49 +0200 Subject: [PATCH] add d2iq as an adopter Signed-off-by: Hector Fernandez --- ADOPTERS.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ADOPTERS.md b/ADOPTERS.md index af0bb8549..133ae9b94 100644 --- a/ADOPTERS.md +++ b/ADOPTERS.md @@ -38,6 +38,8 @@ including the Balena project listed below. **_Kata Containers_** - The [Kata containers](https://katacontainers.io/) lightweight-virtualized container runtime project integrates with containerd via a custom v2 shim implementation that drives the Kata container runtime. +**_D2iQ Konvoy_** - D2iQ Inc [Konvoy](https://d2iq.com/products/konvoy) product uses containerd as the container runtime for its Kubernetes distribution. + **_Other Projects_** - While the above list provides a cross-section of well known uses of containerd, the simplicity and clear API layer for containerd has inspired many smaller projects around providing simple container management platforms. Several examples of building higher layer functionality on top of the containerd base have come from various containerd community participants: - Michael Crosby's [boss](https://github.com/crosbymichael/boss) project, - Evan Hazlett's [stellar](https://github.com/ehazlett/stellar) project,