Release Goals
Extending services
Services can share configuration using the extends
keyword, which can be used to factor out common configuration between apps or configure the same app for multiple environments.
Better Swarm integration
When using Compose with a Swarm cluster, containers that are dependent on one another (e.g. through links
, volumes_from
or net: container
) are scheduled on the same host, meaning most apps will now work out of the box.
Schedule
- 03/22/2015 - Code Freeze
- 04/07/2015 - Release
Sprint Goals
Sprint 13
(30 Mar 2015 - 10 Apr 2015)
Tracking