mirror of
https://github.com/ansible-collections/community.docker.git
synced 2025-12-17 20:38:42 +00:00
(cherry picked from commit 1ac3a99e7c)
Co-authored-by: Felix Fontein <felix@fontein.de>
This commit is contained in:
parent
8db6513298
commit
6512400b44
@ -30,6 +30,7 @@ options:
|
|||||||
M(community.docker.docker_container) module to ensure your containers are correctly connected to this network.
|
M(community.docker.docker_container) module to ensure your containers are correctly connected to this network.
|
||||||
type: list
|
type: list
|
||||||
elements: str
|
elements: str
|
||||||
|
default: []
|
||||||
aliases:
|
aliases:
|
||||||
- containers
|
- containers
|
||||||
|
|
||||||
@ -43,6 +44,7 @@ options:
|
|||||||
description:
|
description:
|
||||||
- Dictionary of network settings. Consult docker docs for valid options and values.
|
- Dictionary of network settings. Consult docker docs for valid options and values.
|
||||||
type: dict
|
type: dict
|
||||||
|
default: {}
|
||||||
|
|
||||||
force:
|
force:
|
||||||
description:
|
description:
|
||||||
@ -130,6 +132,7 @@ options:
|
|||||||
description:
|
description:
|
||||||
- Dictionary of labels.
|
- Dictionary of labels.
|
||||||
type: dict
|
type: dict
|
||||||
|
default: {}
|
||||||
|
|
||||||
scope:
|
scope:
|
||||||
description:
|
description:
|
||||||
|
|||||||
@ -47,6 +47,7 @@ options:
|
|||||||
description:
|
description:
|
||||||
- Dictionary of plugin settings.
|
- Dictionary of plugin settings.
|
||||||
type: dict
|
type: dict
|
||||||
|
default: {}
|
||||||
|
|
||||||
force_remove:
|
force_remove:
|
||||||
description:
|
description:
|
||||||
|
|||||||
@ -34,6 +34,7 @@ options:
|
|||||||
- "Dictionary of volume settings. Consult docker docs for valid options and values:
|
- "Dictionary of volume settings. Consult docker docs for valid options and values:
|
||||||
U(https://docs.docker.com/engine/reference/commandline/volume_create/#driver-specific-options)."
|
U(https://docs.docker.com/engine/reference/commandline/volume_create/#driver-specific-options)."
|
||||||
type: dict
|
type: dict
|
||||||
|
default: {}
|
||||||
|
|
||||||
labels:
|
labels:
|
||||||
description:
|
description:
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user