mirror of
https://github.com/kreuzwerker/terraform-provider-docker.git
synced 2026-01-31 02:39:29 -05:00
Add privileged option to docker container resource
This commit is contained in:
parent
f34fd3de1d
commit
75ee86e9d9
1 changed files with 1 additions and 0 deletions
|
|
@ -46,6 +46,7 @@ The following arguments are supported:
|
|||
kept running. If false, then as long as the container exists, Terraform
|
||||
assumes it is successful.
|
||||
* `ports` - (Optional) See [Ports](#ports) below for details.
|
||||
* `privileged` - (Optional, bool) Run container in privileged mode.
|
||||
* `publish_all_ports` - (Optional, bool) Publish all ports of the container.
|
||||
* `volumes` - (Optional) See [Volumes](#volumes) below for details.
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue