From 4877708e39ac086336bcf2a7f3c1275a13922ac1 Mon Sep 17 00:00:00 2001 From: zc Date: Wed, 31 Mar 2021 21:33:15 +0800 Subject: [PATCH] Create README.md --- README.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..0ea3e66 --- /dev/null +++ b/README.md @@ -0,0 +1,13 @@ +# Docker CNI + +This repo aims to integrate [CNI](https://github.com/containernetworking/cni) with Dockerd. + +There is, [according to CNI repo](https://github.com/containernetworking/cni/blob/master/scripts/docker-run.sh), an approach to integrate by running a [pause] equivalent container ahead of the application container, but that's too pod-like for those who resent pod models. + +Let's figure out yet another solution. + +# Usage + +## 1. Configure docker-cni + +## 2. Configure dockerd