mirror of
https://github.com/kreuzwerker/terraform-provider-docker.git
synced 2026-01-14 18:52:56 -05:00
support for log driver + config in docker container
This commit is contained in:
parent
39cd0cd73b
commit
06f89614d2
1 changed files with 4 additions and 0 deletions
|
|
@ -64,6 +64,10 @@ The following arguments are supported:
|
|||
* `memory_swap` - (Optional, int) The total memory limit (memory + swap) for the
|
||||
container in MBs.
|
||||
* `cpu_shares` - (Optional, int) CPU shares (relative weight) for the container.
|
||||
* `log_driver` - (Optional, string) The logging driver to use for the container.
|
||||
Defaults to "json-file".
|
||||
* `log_opts` - (Optional) Key/value pairs to use as options for the logging
|
||||
driver.
|
||||
|
||||
<a id="ports"></a>
|
||||
## Ports
|
||||
|
|
|
|||
Loading…
Reference in a new issue