diff --git a/1.4.0-Milestone-Project-Page.md b/1.4.0-Milestone-Project-Page.md index fa08634..8cdcc96 100644 --- a/1.4.0-Milestone-Project-Page.md +++ b/1.4.0-Milestone-Project-Page.md @@ -7,23 +7,21 @@ ### 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`. - -- [ ] [#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) +- [ ] [#1518](https://github.com/docker/compose/issues/1518) **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) -**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) ***