Ansible docker integration

Hi all

I’m looking for great documentation ansible docker integration. I found some documents about docker python modules like as pip and wheel but, i couldn’t find good documents for API integrations.

How can I provision and update or orchestrate my containers with ansible?

Thank you

Greetings

Hello

you can go through these documentation for the same:

http://docs.ansible.com/ansible/latest/docker_module.html

http://docs.ansible.com/ansible/latest/docker_container_module.html#docker-container

http://docs.ansible.com/ansible/latest/docker_image_module.html#docker-image

https://www.slideshare.net/robertreiz/docker-ansible-51576034

Thanks

Hello

Yes, i already have this documents but they are doesn’t contain any integration configurations and examples. i just didn’t investegate slideshare link i’ll take a look them.

Thanks