mirror of
https://github.com/kreuzwerker/terraform-provider-docker.git
synced 2026-01-03 05:19:34 -05:00
Merge pull request #3383 from apparentlymart/docker-container-command-docs
Example for the command arg on docker_container.
This commit is contained in:
commit
76837d511f
1 changed files with 2 additions and 1 deletions
|
|
@ -35,7 +35,8 @@ The following arguments are supported:
|
|||
as is shown in the example above.
|
||||
|
||||
* `command` - (Optional, list of strings) The command to use to start the
|
||||
container.
|
||||
container. For example, to run `/usr/bin/myprogram -f baz.conf` set the
|
||||
command to be `["/usr/bin/myprogram", "-f", "baz.conf"]`.
|
||||
* `dns` - (Optional, set of strings) Set of DNS servers.
|
||||
* `env` - (Optional, set of strings) Environmental variables to set.
|
||||
* `links` - (Optional, set of strings) Set of links for link based
|
||||
|
|
|
|||
Loading…
Reference in a new issue