Last active
November 9, 2016 22:58
-
-
Save sameo/988dc61f936f08bf905876daf46a38a0 to your computer and use it in GitHub Desktop.
CNI URLs
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
CNI spec: https://github.com/containernetworking/cni/blob/master/SPEC.md | |
CNI flannel plugin: https://github.com/containernetworking/cni/blob/master/Documentation/flannel.md | |
Flannel: https://github.com/coreos/flannel | |
Flannel blog entry: https://coreos.com/blog/introducing-rudder/ | |
Main CNI plugins: https://github.com/containernetworking/cni/tree/master/plugins/main | |
CNI APIs: https://github.com/containernetworking/cni/blob/master/libcni/api.go | |
CNI Go interface: https://github.com/containernetworking/cni/blob/master/libcni/api.go#L37 | |
OCI CNI Go package: https://github.com/rajatchopra/ocicni (Used by CRI-O) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment