Merge pull request #33 from brandonros/patch-1

doc: devices is a block, not a boolean
This commit is contained in:
Shunsuke Suzuki 2020-12-19 12:42:19 +09:00 committed by GitHub
commit f10da47da8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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
details.
* `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.
* `volumes` - (Optional, block) See [Volumes](#volumes-1) below for details.
* `memory` - (Optional, int) The memory limit for the container in MBs.