go-cni
go-cni copied to clipboard
Open items for completion
- [x] Readme and Usage guidlines
- [x] Port mapping testing
- [x] Unit Test cases
- [ ] Supporting specific network attachments
- [x] More hooks and extensions
- [ ] Evaluate use cases like these: https://github.com/clearcontainers/runtime/blob/master/docs/architecture/architecture.md#cni . If we can make it easier for them to use cni through our library.
- [ ] Makefile,formats etc
cc @crosbymichael @ehazlett Please add in things you feel will be needed to complete this effort.
Can you add an example usage in a small Go app for CNI?
The use of populateNetworkConfig
is pretty bad. It can generate so many different errors and they are just handled silently.
@crosbymichael thanks for looking into it . I can take care of it.