-
Notifications
You must be signed in to change notification settings - Fork 1.1k
0.2.0 Milestone Project Page
- 03/22/2015 - Code Freeze
- 04/16/2015 - Release
The builtin scheduler allows you to manage container on approximately hundreds of machines within a cluster. In the future, we want to allow third party tools to be plugged into Docker Swarm to allow management of much bigger clusters.
- Cluster Driver - #393
####Scheduler Swarm comes with a builtin scheduler. It currently provides basic functionalities, such as scheduling containers based on constraints or affinity (co-scheduling of containers), persistent storage and multiple scheduling strategies like binpack or random.
We plan to add more features to the builtin scheduler such as a new strategies (like a reverse-binpack)
- New spread strategy - #458
####API Matching Swarm currently supports around 75% of the Docker API as you can see here
Our goal is to support 100% of the API, so all the Docker CLI commands would work against Swarm
####Extensibility The hosted discovery service currently only talks over HTTP, we should also support HTTPS.
- Add TTL to the hub discovery service - #483
(30 Mar 2015 - 10 Apr 2015)
- Release Swarm 0.2.0
- Finalize the [ Release Goals for 0.3.0 ](https://github.com/docker/swarm/wiki/0.3.0-Milestone-Project-Page#draft- 0.3.0-release-goals)
We use GitHub milestones to track issues and PRs for each release. You can see a list of milestones and related issues here: https://github.com/docker/swarm/milestones. Depending on urgency, importance, or demand for a feature/issue fix, we might move issues and PRs between milestones.