summaryrefslogtreecommitdiffstats
path: root/roles/docker/README.md
Commit message (Collapse)AuthorAgeFilesLines
* rename daemon.json to container-daemon.jsonSteve Milner2017-06-051-1/+1
| | | | | | The container-engine build has moved daemon.json to container-daemon.json to avoid collision. This change updates the template file location to follow suit.
* doc: Add link to daemon.json upstream docSteve Milner2017-05-111-0/+2
|
* System container dockerSteve Milner2017-05-031-2/+5
| | | | | | | | | | | | | | | This change allows for the use of either the traditional package install of docker OR a system container install of docker. Two new inventory options, openshift_docker_use_system_container and openshift_docker_systemcontainer_image_registry_override, have been added which are be used to install with a system container. By default this option is commented out. One new fact has been added: - docker.service_name: docker by default, container-engine-docker for system container
* Updating docs for Ansible 2.2 requirementsRussell Teague2016-11-281-1/+1
|
* Added dependency of os_firewall to docker roleRussell Teague2016-11-141-1/+1
| | | | | | | | | | | The docker role requires iptables-services to be installed. Added dependency on so_firewall role to ensure the iptables service is installed first. Currently this will only work with iptables and not with firewalld. * Added allow_duplicates to os_firewall role meta * Removed unused task from docker/tasks * Corrected os_firewall Defaults in README
* Containerization work by @sdodsonScott Dodson2015-12-151-1/+1
|
* bring the docker udev workaround into openshift-ansible.gitJoel Diaz2015-12-041-9/+9
|
* Initial Commit. Sharing is caringKenny Woodson2014-09-161-0/+38