Updated 1.4.0 Milestone Project Page (markdown)

Aanand Prasad 2015-07-15 19:17:06 +01:00
parent 3d4c586115
commit 2f3e79d031

@ -7,23 +7,21 @@
### Release Goals ### Release Goals
**Networking:** Add support for Docker's new networking and multi-host networking. **Custom container names:** Users can specify a custom name for the containers created by Compose on a per-service basis.
This will involve significant thought and design work regarding how networking functionality should be exposed to the user in `docker-compose.yml`. - [ ] [#1518](https://github.com/docker/compose/issues/1518)
- [ ] [#1346](https://github.com/docker/compose/issues/1346)
**Support volume drivers:** Enable users to specify a volume driver on a per-service basis.
- [ ] [#1502](https://github.com/docker/compose/pull/1502)
**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. **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.
- [ ] [#1395](https://github.com/docker/compose/issues/1395) - [ ] [#1395](https://github.com/docker/compose/issues/1395)
**Windows support:** https://github.com/docker/compose/issues/1085 **Windows support:**
**Improve and stabilise state convergence**: https://github.com/docker/compose/issues/1654 - [ ] [#1085](https://github.com/docker/compose/issues/1085)
**Improve and stabilise state convergence**:
- [ ] [#1654](https://github.com/docker/compose/issues/1654)
*** ***