Updated 1.4.0 Milestone Project Page (markdown)

Aanand Prasad 2015-06-11 12:02:08 -04:00
parent fe269ce414
commit c2ed929bca
1 changed files with 10 additions and 0 deletions

@ -7,6 +7,16 @@
### Release Goals ### Release Goals
**Multi-host networking:** Use the new Docker networking API, powered by libnetwork, to make multi-host networking in Compose apps dead simple.
This will involve significant thought and design work regarding how networking functionality should be exposed to the user in `docker-compose.yml`.
- [ ] [#1346](https://github.com/docker/compose/issues/1346)
**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)
*** ***
### Sprint Goals ### Sprint Goals