Scott Dodson a6a0621d7b Merge pull request #4757 from sosiouxme/20170703-docker-storage-overlay2 vor 7 Jahren
..
defaults 910e23336d Skip the docker role in early upgrade stages. vor 8 Jahren
handlers a05fbeb613 Wrap additional service changes in retries vor 7 Jahren
meta 4411553014 System container docker vor 8 Jahren
tasks a6a0621d7b Merge pull request #4757 from sosiouxme/20170703-docker-storage-overlay2 vor 7 Jahren
templates 9e9dc2260e systemcontainercustom.conf.j2: use Environment instead of ENVIRONMENT vor 8 Jahren
vars 10ebc8c3ca Move container-engine systemd environment to updated location vor 8 Jahren
README.md 7c6ae4760c rename daemon.json to container-daemon.json vor 7 Jahren

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