58a3934282
Signed-off-by: Arnaud Porterie <arnaud.porterie@docker.com> |
||
---|---|---|
.. | ||
cmd/test | ||
drivers/bridge | ||
pkg/options | ||
.gitignore | ||
configure.go | ||
drivers.go | ||
LICENSE | ||
namespace.go | ||
network.go | ||
README.md | ||
reexec.go | ||
reexec_move_interface.go | ||
reexec_netns_create.go | ||
system.go | ||
testing.go |
libnetwork
The Go package to manage Linux network namespaces
Next steps
Following discussions with Solomon, next goals are:
- Provide a package which exposes functionality over a JSON API
- Provide a binary which serves that API over HTTP
- Provide a package which implements the interfaces by calling out to the HTTP API