mirror of
https://github.com/kreuzwerker/terraform-provider-docker.git
synced 2025-12-23 16:19:42 -05:00
Merge pull request #1564 from nickryand/docker_links
Added Docker links support to the docker_container resource.
This commit is contained in:
commit
2ba2a8a015
1 changed files with 2 additions and 0 deletions
|
|
@ -38,6 +38,8 @@ The following arguments are supported:
|
||||||
container.
|
container.
|
||||||
* `dns` - (Optional, set of strings) Set of DNS servers.
|
* `dns` - (Optional, set of strings) Set of DNS servers.
|
||||||
* `env` - (Optional, set of strings) Environmental variables to set.
|
* `env` - (Optional, set of strings) Environmental variables to set.
|
||||||
|
* `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.
|
* `hostname` - (Optional, string) Hostname of the container.
|
||||||
* `domainname` - (Optional, string) Domain name of the container.
|
* `domainname` - (Optional, string) Domain name of the container.
|
||||||
* `must_run` - (Optional, bool) If true, then the Docker container will be
|
* `must_run` - (Optional, bool) If true, then the Docker container will be
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue