olzmemory.blogg.se

Docker network configuration
Docker network configuration












Here are the recordings of two sessions that the CNI maintainers hosted at KubeCon/CloudNativeCon 2019:Īpplication containers on Linux are a rapidly evolving area, and within this area networking is not well addressed as it is highly environment-specific. The template code makes it straight-forward to create a CNI plugin for an existing container networking project.ĬNI also makes a good framework for creating a new container networking project from scratch. A separate repository contains reference plugins and a template for making new plugins.

docker network configuration

CNI - the Container Network Interface What is CNI?ĬNI ( Container Network Interface), a Cloud Native Computing Foundation project, consists of a specification and libraries for writing plugins to configure network interfaces in Linux containers, along with a number of supported plugins.ĬNI concerns itself only with network connectivity of containers and removing allocated resources when the container is deleted.īecause of this focus, CNI has a wide range of support and the specification is simple to implement.Īs well as the specification, this repository contains the Go source code of a library for integrating CNI into applications and an example command-line tool for executing CNI plugins.














Docker network configuration