mirror of
https://github.com/kreuzwerker/terraform-provider-docker.git
synced 2025-12-27 01:59:36 -05:00
provider/docker: #5298 Add support for docker run --user option
This commit is contained in:
parent
021bbb2a18
commit
b4f8111aed
1 changed files with 3 additions and 0 deletions
|
|
@ -42,6 +42,9 @@ The following arguments are supported:
|
|||
container to run as an executable. For example, to run `/usr/bin/myprogram`
|
||||
when starting a container, set the entrypoint to be
|
||||
`["/usr/bin/myprogram"]`.
|
||||
* `user` - (Optional, string) User used for run the first process. Format is
|
||||
`user` or `user:group` which user and group can be passed literraly or
|
||||
by name.
|
||||
* `dns` - (Optional, set of strings) Set of DNS servers.
|
||||
* `env` - (Optional, set of strings) Environmental variables to set.
|
||||
* `labels` - (Optional, map of strings) Key/value pairs to set as labels on the
|
||||
|
|
|
|||
Loading…
Reference in a new issue