add label support to docker container resource

This commit is contained in:
ryane 2015-11-03 15:20:58 -05:00
parent 7c8e029252
commit 39cd0cd73b

View file

@ -44,6 +44,7 @@ The following arguments are supported:
`["/usr/bin/myprogram"]`.
* `dns` - (Optional, set of strings) Set of DNS servers.
* `env` - (Optional, set of strings) Environmental variables to set.
* `labels` - (Optional) Key/value pairs to set as labels on the container.
* `links` - (Optional, set of strings) Set of links for link based
connectivity between containers that are running on the same host.
* `hostname` - (Optional, string) Hostname of the container.