Add docker_image_push module. (#731)

This commit is contained in:
Felix Fontein
2023-12-31 09:33:32 +01:00
committed by GitHub
parent 8ee0452776
commit e22cee2c41
11 changed files with 412 additions and 0 deletions
+1
View File
@@ -64,6 +64,7 @@ If you use the Ansible package and do not update collections independently, use
- community.docker.docker_image: manage Docker images
- community.docker.docker_image_info: retrieve information on Docker images
- community.docker.docker_image_load: load Docker images from archives
- community.docker.docker_image_push: push Docker images to registries
- community.docker.docker_login: log in and out to/from registries
- community.docker.docker_network: manage Docker networks
- community.docker.docker_network_info: retrieve information on Docker networks