1
0
Fork 0
mirror of https://github.com/moby/moby.git synced 2022-11-09 12:21:53 -05:00
moby--moby/libnetwork
Arnaud Porterie 94e8db8774 Next steps
Signed-off-by: Arnaud Porterie <arnaud.porterie@docker.com>
2015-02-26 17:17:45 -08:00
..
cmd/test Move bridge to drivers/ 2015-02-24 11:29:06 -08:00
drivers/bridge Add FixedCIDRv6 test 2015-02-24 18:55:52 -08:00
pkg/options Add tests 2015-02-24 11:19:00 -08:00
.gitignore Initial commit 2015-02-19 17:20:15 -08:00
configure.go Initial import 2015-02-19 17:30:18 -08:00
drivers.go Generic argument passing to drivers 2015-02-20 09:12:29 -08:00
LICENSE Initial commit 2015-02-19 17:20:15 -08:00
namespace.go Add tests 2015-02-24 11:19:00 -08:00
network.go Test coverage on bridge 2015-02-24 18:41:17 -08:00
README.md Next steps 2015-02-26 17:17:45 -08:00
reexec.go Unexport reexec symbols 2015-02-19 17:44:48 -08:00
reexec_move_interface.go Initial import 2015-02-19 17:30:18 -08:00
reexec_netns_create.go Add tests 2015-02-24 11:19:00 -08:00
system.go Initial import 2015-02-19 17:30:18 -08:00
testing.go Add tests 2015-02-24 11:19:00 -08:00

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