From cc6d1be37e703c2f1ed1f5a441a3c6cc7bd35359 Mon Sep 17 00:00:00 2001 From: Amy Lindburg Date: Tue, 9 Jun 2015 15:06:02 -0700 Subject: [PATCH] Update ROADMAP.md Removed release-specific info from the ROADMAP (better to keep this on the wiki; will not get stale). Made a couple of nips and tucks. Signed-off-by: Amy Lindburg --- libnetwork/ROADMAP.md | 17 ++++------------- 1 file changed, 4 insertions(+), 13 deletions(-) diff --git a/libnetwork/ROADMAP.md b/libnetwork/ROADMAP.md index af8964559b..9cb3174ec5 100644 --- a/libnetwork/ROADMAP.md +++ b/libnetwork/ROADMAP.md @@ -1,10 +1,6 @@ # Roadmap -Libnetwork is a young project and is still being defined. -This document defines the high-level goals of the project and defines the release-relationship to the Docker Platform. - -* [Goals](#goals) -* [Project Planning](#project-planning): release-relationship to the Docker Platform. +This document defines the high-level goals of the libnetwork project. See [Project Planning](#project-planning) for information on Releases. ## Long-term Goal @@ -18,12 +14,7 @@ libnetwork aims to satisfy that composable need for Networking in Containers. - 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 Planning +================ -Libnetwork versions do not map 1:1 with Docker Platform releases. -Milestones and Project Pages are used to define the set of features that are included in each release. - -| Platform Version | Libnetwork Version | Planning | -|------------------|--------------------|----------| -| Docker 1.7 | [0.3](https://github.com/docker/libnetwork/milestones/0.3) | [Project Page](https://github.com/docker/libnetwork/wiki/Docker-1.7-Project-Page) | -| Docker 1.8 | [1.0](https://github.com/docker/libnetwork/milestones/1.0) | [Project Page](https://github.com/docker/libnetwork/wiki/Docker-1.8-Project-Page) | +[Project Pages](https://github.com/docker/libnetwork/wiki) define the goals for each Milestone and identify the release-relationship to the Docker Platform.