Updated 1.2.0 Milestone Project Page (markdown)

Aanand Prasad 2015-03-25 16:59:50 -07:00
parent be60e3ca2e
commit e9f11f6ccb

@ -28,11 +28,4 @@ When using Compose with a Swarm cluster, containers that are dependent on one an
- [x] Make Swarm schedule containers on the same node when they are linked together - [#972](https://github.com/docker/compose/pull/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
Compose uses Docker 1.6's new labels feature to keep track of containers, rather than relying on container names as a source of truth. This is more reliable and allows for container names to be customized.
- [ ] Specify project and service with container labels - [#1066](https://github.com/docker/compose/issues/1066)
*** ***