From 94e8db8774bbfc6d734bad84c06d773c14dcd717 Mon Sep 17 00:00:00 2001 From: Arnaud Porterie Date: Thu, 26 Feb 2015 17:17:45 -0800 Subject: [PATCH] Next steps Signed-off-by: Arnaud Porterie --- libnetwork/README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/libnetwork/README.md b/libnetwork/README.md index 1467bab6fa..b248c8d442 100644 --- a/libnetwork/README.md +++ b/libnetwork/README.md @@ -1,2 +1,9 @@ # 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