1
0
Fork 0
mirror of https://github.com/moby/moby.git synced 2022-11-09 12:21:53 -05:00
moby--moby/libnetwork/README.md
Arnaud Porterie 94e8db8774 Next steps
Signed-off-by: Arnaud Porterie <arnaud.porterie@docker.com>
2015-02-26 17:17:45 -08:00

327 B

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