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