flannel
Etcd address management agent for overlay networks
Install
- All systems
-
curl cmd.cat/flannel.sh
- Debian
-
apt-get install flannel
- Ubuntu
-
apt-get install flannel
- CentOS
-
yum install flannel
- Fedora
-
dnf install flannel
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install flannel
- Dockerfile
- dockerfile.run/flannel
flannel
Etcd address management agent for overlay networks
containernetworking-cni
The CNI (Container Network Interface) project consists of a
specification and libraries for writing plugins to configure network interfaces in Linux containers, along with a number of supported plugins. CNI concerns itself only with network connectivity of containers and removing allocated resources when the container is deleted.