mirror of
https://github.com/kreuzwerker/terraform-provider-docker.git
synced 2025-12-22 15:49:34 -05:00
Merge pull request #33 from brandonros/patch-1
doc: devices is a block, not a boolean
This commit is contained in:
commit
f10da47da8
1 changed files with 1 additions and 1 deletions
|
|
@ -83,7 +83,7 @@ data is stored in them. See [the docker documentation](https://docs.docker.com/n
|
||||||
* `host` - (Optional, block) See [Extra Hosts](#extra_hosts-1) below for
|
* `host` - (Optional, block) See [Extra Hosts](#extra_hosts-1) below for
|
||||||
details.
|
details.
|
||||||
* `privileged` - (Optional, boolean) Run container in privileged mode.
|
* `privileged` - (Optional, boolean) Run container in privileged mode.
|
||||||
* `devices` - (Optional, boolean) See [Devices](#devices-1) below for details.
|
* `devices` - (Optional, block) See [Devices](#devices-1) below for details.
|
||||||
* `publish_all_ports` - (Optional, boolean) Publish all ports of the container.
|
* `publish_all_ports` - (Optional, boolean) Publish all ports of the container.
|
||||||
* `volumes` - (Optional, block) See [Volumes](#volumes-1) below for details.
|
* `volumes` - (Optional, block) See [Volumes](#volumes-1) below for details.
|
||||||
* `memory` - (Optional, int) The memory limit for the container in MBs.
|
* `memory` - (Optional, int) The memory limit for the container in MBs.
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue