mirror of https://github.com/docker/compose.git
Updated 1.4.0 Milestone Project Page (markdown)
parent
fe269ce414
commit
c2ed929bca
|
@ -7,6 +7,16 @@
|
|||
|
||||
### 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
|
||||
|
|
Loading…
Reference in New Issue