OpenShift Merge Robot f6068e5ce9 Merge pull request #6030 from giuseppe/fix-selinux-docker-too 7 years ago
..
defaults 6d7bccdb0e Moving docker location to share path with system containers. 7 years ago
handlers 3d0ffb6edb Ensure docker is restarted when iptables is restarted 7 years ago
meta 2392e7f9ee cri-o: open port 10010 7 years ago
tasks f6068e5ce9 Merge pull request #6030 from giuseppe/fix-selinux-docker-too 7 years ago
templates c3ecea4b95 cri-o: Set max log size to 50 mb 7 years ago
vars 10ebc8c3ca Move container-engine systemd environment to updated location 8 years ago
README.md 7c6ae4760c rename daemon.json to container-daemon.json 7 years ago

README.md

Docker

Ensures docker package or system container is installed, and optionally raises timeout for systemd-udevd.service to 5 minutes.

container-daemon.json items may be found at https://docs.docker.com/engine/reference/commandline/dockerd/#daemon-configuration-file

Requirements

Ansible 2.2

Role Variables

docker_conf_dir: location of the Docker configuration directory docker_systemd_dir location of the systemd directory for Docker docker_udev_workaround: raises udevd timeout to 5 minutes (https://bugzilla.redhat.com/show_bug.cgi?id=1272446) udevw_udevd_dir: location of systemd config for systemd-udevd.service

Dependencies

Depends on the os_firewall role.

Example Playbook

- hosts: servers
  roles:
  - role: docker
    docker_udev_workaround: "true"
    docker_use_system_container: False

License

ASL 2.0

Author Information

OpenShift operations, Red Hat, Inc