From ef2741452c6151c12776e86f986341665c2562a5 Mon Sep 17 00:00:00 2001 From: Olli Janatuinen Date: Wed, 19 Dec 2018 00:11:12 +0200 Subject: [PATCH] Removed roadmap Signed-off-by: Olli Janatuinen --- libnetwork/ROADMAP.md | 20 -------------------- 1 file changed, 20 deletions(-) delete mode 100644 libnetwork/ROADMAP.md diff --git a/libnetwork/ROADMAP.md b/libnetwork/ROADMAP.md deleted file mode 100644 index f2d8a42be4..0000000000 --- a/libnetwork/ROADMAP.md +++ /dev/null @@ -1,20 +0,0 @@ -# Roadmap - -This document defines the high-level goals of the libnetwork project. See [Project Planning](#project-planning) for information on Releases. - -## Long-term Goal - -libnetwork project will follow Docker and Linux philosophy of delivering small, highly modular and composable tools that work well independently. -libnetwork aims to satisfy that composable need for Networking in Containers. - -## Short-term Goals - -- Modularize the networking logic in Docker Engine and libcontainer in to a single, reusable library -- Replace the networking subsystem of Docker Engine, with libnetwork -- Define a flexible model that allows local and remote drivers to provide networking to containers -- Provide a stand-alone tool "dnet" for managing and testing libnetwork - -Project Planning -================ - -[Project Pages](https://github.com/docker/libnetwork/wiki) define the goals for each Milestone and identify the release-relationship to the Docker Platform.