September 2018
Beginner to intermediate
214 pages
5h 53m
English
The recent versions of Ansible have introduced several modules dedicated to Docker container management. To be able to use the Docker's Ansible modules, the management hosts should have the following Python packages installed:
pip install 'docker-py>=1.7.0'pip install 'docker-compose>=1.7.0'
It is best to use a dynamic inventory when working with Docker containers.
Read now
Unlock full access