mirror of
https://github.com/ansible-collections/community.docker.git
synced 2025-12-17 12:28:55 +00:00
Update docs.
This commit is contained in:
parent
c3f8f80a75
commit
02bb4ceaf7
@ -11,8 +11,11 @@ __metaclass__ = type
|
|||||||
DOCUMENTATION = '''
|
DOCUMENTATION = '''
|
||||||
---
|
---
|
||||||
module: docker_image_pull
|
module: docker_image_pull
|
||||||
version_added: 3.6.0
|
|
||||||
short_description: Pull Docker images from registries
|
short_description: Pull Docker images from registries
|
||||||
|
|
||||||
|
version_added: 3.6.0
|
||||||
|
|
||||||
description:
|
description:
|
||||||
- Pulls a Docker image from a registry.
|
- Pulls a Docker image from a registry.
|
||||||
|
|
||||||
|
|||||||
@ -11,8 +11,11 @@ __metaclass__ = type
|
|||||||
DOCUMENTATION = '''
|
DOCUMENTATION = '''
|
||||||
---
|
---
|
||||||
module: docker_image_push
|
module: docker_image_push
|
||||||
version_added: 3.6.0
|
|
||||||
short_description: Push Docker images to registries
|
short_description: Push Docker images to registries
|
||||||
|
|
||||||
|
version_added: 3.6.0
|
||||||
|
|
||||||
description:
|
description:
|
||||||
- Pushes a Docker image to a registry.
|
- Pushes a Docker image to a registry.
|
||||||
|
|
||||||
|
|||||||
@ -14,6 +14,8 @@ module: docker_image_remove
|
|||||||
|
|
||||||
short_description: Remove Docker images
|
short_description: Remove Docker images
|
||||||
|
|
||||||
|
version_added: 3.6.0
|
||||||
|
|
||||||
description:
|
description:
|
||||||
- Remove Docker images from the Docker daemon.
|
- Remove Docker images from the Docker daemon.
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user