ansible / ansible-container

DEPRECATED -- Ansible Container was a tool to build Docker images and orchestrate containers using only Ansible playbooks.
GNU Lesser General Public License v3.0
2.19k stars 392 forks source link

Differences between Docker and Ansible-Container #859

Closed Manigunner closed 6 years ago

Manigunner commented 6 years ago

Hello,

Could anyone help me with the differences of using docker and ansible-container ?

TomasTomecek commented 6 years ago

We have an excellent documentation, so please go ahead and take your time reading it: http://docs.ansible.com/ansible-container/getting_started.html

For specific questions, we're here to answer. Unfortunately the question you asked is so generic, that answering it would take hundreds of lines.

j00bar commented 6 years ago

I agree with Tomas, however at the highest of high levels, Ansible Container is a project to leverage existing container engines like Docker to provide a workflow around Ansible content to build/run/deploy your containers in a container engine agnostic way. HTH - let us know if there's a more specific question we can answer.