Updated 1.2.0 Milestone Project Page (markdown)

Amy Lindburg 2015-03-19 11:58:39 -07:00
parent 9c2995056a
commit 244464ded9

@ -25,7 +25,7 @@ Services can share configuration using the `extends` keyword, which can be used
When using Compose with a Swarm cluster, containers that are dependent on one another (e.g. through `links`, `volumes_from` or `net: container`) are scheduled on the same host, meaning most apps will now work out of the box. When using Compose with a Swarm cluster, containers that are dependent on one another (e.g. through `links`, `volumes_from` or `net: container`) are scheduled on the same host, meaning most apps will now work out of the box.
- [x] Make Swarm schedule containers on the same node when they are linked together - #972 - [x] Make Swarm schedule containers on the same node when they are linked together - [#972](https://github.com/docker/compose/pull/972)
### Use Docker labels ### Use Docker labels