Skip to content

Instantly share code, notes, and snippets.

@sameo
Last active November 9, 2016 22:58
Show Gist options
  • Save sameo/988dc61f936f08bf905876daf46a38a0 to your computer and use it in GitHub Desktop.
Save sameo/988dc61f936f08bf905876daf46a38a0 to your computer and use it in GitHub Desktop.
CNI URLs
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