Add privileged option to docker container resource

This commit is contained in:
Julian Schneider 2015-06-04 12:57:38 +02:00
parent f34fd3de1d
commit 75ee86e9d9

View file

@ -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.