mirror of https://github.com/docker/compose.git
Updated 1.3.0 Milestone Project Page (markdown)
parent
1ac40af342
commit
459929aaad
|
@ -23,6 +23,10 @@ Rather than deleting and re-creating every container on every invocation of `doc
|
|||
|
||||
TODO
|
||||
|
||||
### Use labels to keep track of containers
|
||||
|
||||
Rather than using container names, which forces Compose to use rather hacky logic in places and stops users from customising names, Compose will use Docker's new "labels" feature to keep track of its containers. This will also improve performance on hosts or clusters with lots of containers running.
|
||||
|
||||
### Support for labels
|
||||
|
||||
Users can add custom metadata to containers with a `labels` configuration option in `docker-compose.yml`.
|
||||
|
|
Loading…
Reference in New Issue