July 2017
Intermediate to advanced
266 pages
6h 36m
English
Removing Docker containers can be achieved with a simple Ansible state for the container provided within the task itself. The following is an example of how to remove a Docker container from the local Docker registry:
- name: Remove MYSQL container docker_container: name: mysql state: absent
Read now
Unlock full access