forked from docker/compose
-
Notifications
You must be signed in to change notification settings - Fork 0
1.4.0 Milestone Project Page
Amy Lindburg edited this page Aug 13, 2015
·
19 revisions
- 07/21/2015 - Code Freeze
- 08/11/2015 - Release
Custom container names: Users can specify a custom name for the containers created by Compose on a per-service basis.
Improved performance: Many of Compose's actions can be performed in parallel rather than in sequence. For larger apps, this would result in enormously reduced startup/redeploy times.
Improve and stabilise state convergence: