Skip to content

Commit

Permalink
Create README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
jschwinger233 authored Mar 31, 2021
0 parents commit 4877708
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 4877708

Please sign in to comment.