We need to make sure that Docker engine is up and running. Using the Ansible module with Docker requires installation of the following Python packages:
- docker-py
- docker-compose
We need to make sure that Docker engine is up and running. Using the Ansible module with Docker requires installation of the following Python packages:
- docker-py
- docker-compose
$ pip install 'docker-py>=1.7.0'
$ pip install 'docker-compose>=1.7.0'