Docker image of ansible.
Repository name in Docker Hub: rayou/ansible
Repository name in Github: rayou/docker-ansible
$ docker build --build-arg VERSION=$ANSIBLE_VERSION -t ansible .
# docker build --build-arg VERSION=2.7.6 -t ansible .
$ docker run --rm -it --entrypoint=/usr/local/bin/ansible rayou/ansible:latest --help
$ docker run --rm -it rayou/ansible:latest --help
$ docker run --rm -it --entrypoint=/bin/sh rayou/ansible:latest
PRs are welcome.
Ray Ou - yuhung.ou@live.com
MIT.