mirror of
https://github.com/ansible-collections/community.docker.git
synced 2026-07-29 11:55:04 +00:00
Add docker_image_remove module. (#732)
This commit is contained in:
@@ -66,6 +66,7 @@ If you use the Ansible package and do not update collections independently, use
|
||||
- community.docker.docker_image_load: load Docker images from archives
|
||||
- community.docker.docker_image_pull: pull Docker images from registries
|
||||
- community.docker.docker_image_push: push Docker images to registries
|
||||
- community.docker.docker_image_remove: remove Docker images
|
||||
- community.docker.docker_image_tag: tag Docker images with new names and/or tags
|
||||
- community.docker.docker_login: log in and out to/from registries
|
||||
- community.docker.docker_network: manage Docker networks
|
||||
|
||||
Reference in New Issue
Block a user