mirror of
https://github.com/kreuzwerker/terraform-provider-docker.git
synced 2026-01-05 06:19:36 -05:00
add label support to docker container resource
This commit is contained in:
parent
7c8e029252
commit
39cd0cd73b
1 changed files with 1 additions and 0 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Reference in a new issue