mirror of
https://github.com/ansible-collections/community.docker.git
synced 2025-12-16 11:58:43 +00:00
Update docker module documentation for log_options (#317)
* Update docker module documentation for log_options Add that log_driver must be specified for log_options to take effect * Update plugins/modules/docker_container.py Co-authored-by: Felix Fontein <felix@fontein.de>
This commit is contained in:
parent
3c7c496e67
commit
69399d736d
@ -446,6 +446,7 @@ options:
|
||||
description:
|
||||
- Dictionary of options specific to the chosen I(log_driver).
|
||||
- See U(https://docs.docker.com/engine/admin/logging/overview/) for details.
|
||||
- I(log_driver) needs to be specified for I(log_options) to take effect, even if using the default C(json-file) driver.
|
||||
type: dict
|
||||
aliases:
|
||||
- log_opt
|
||||
|
||||
Loading…
Reference in New Issue
Block a user