From 578833f0ebff9a311db97cf00efd7652e42b2a82 Mon Sep 17 00:00:00 2001 From: Victor Vieux Date: Mon, 30 Mar 2015 10:26:34 -0700 Subject: [PATCH] Update ROADMAP.md --- ROADMAP.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ROADMAP.md b/ROADMAP.md index 21aa3644e1..c2f24573a3 100644 --- a/ROADMAP.md +++ b/ROADMAP.md @@ -26,6 +26,8 @@ Swarm currently supports around 75% of the Docker API as you can see [here](http Our goal is to support 100% of the API, so all the Docker CLI commands would work against Swarm * [ ] Bring Swarm API on par with Docker API as much as possible +* [ ] Use labels instead of env variable for constraints and affinity +* [ ] Open a few PRs on docker/docker to display labels in `docker ps` and `docker images` ####Extensibility The builtin scheduler allows you to manage container on approximately hundreds of machines within a cluster.