Hi,
docker run -it --name ansible ansible/ansible:centos7 /bin/bash
[root@a4b2235393a4 bin]# ansible
bash: ansible: command not found
How to run ansible under docker container?
Best Regards.
Hi,
docker run -it --name ansible ansible/ansible:centos7 /bin/bash
[root@a4b2235393a4 bin]# ansible
bash: ansible: command not found
How to run ansible under docker container?
Best Regards.
Those images are not meant for utilizing Ansible, they are used for integration testing in which we “install” Ansible on the fly.
Currently there are no official docker images for using Ansible.
Thank you!
Best Regards.