summaryrefslogtreecommitdiff
path: root/Dockerfile
AgeCommit message (Collapse)Author
2015-08-14Updated Dockerfile not to clone openshift-ansible repo.Avesh Agarwal
Movied Dockerfile to openshift-ansible repo root and updated README_ANSIBLE_CONTAINER.md file.
2015-08-14Added README_ANSIBLE.md file that contains instructions to build and runAvesh Agarwal
ansible in a docker container, and also modified Dockerfile to replace CMD with ENTRYPOINT to run the container as executable.
2015-08-14Changes to Dockerfile to make it work with openshift-ansible andAvesh Agarwal
also added privileged flag to allow sharing host network and host dirs.
2015-08-14add RHEL7 DockerfileAaron Weitekamp
This Dockerfile packages ansible and the playbook as a container image. It's a proof of concept as it makes some assumptions: - bindmounts private key ~/.ssh/id_rsa - default cmd executes the byo playbook