summaryrefslogtreecommitdiffstats
path: root/roles/container_runtime/README.md
blob: e363c1714335c0e0dcf62ee8448e1c5190d8d8f7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
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

Mandator Role Variables
--------------



Dependencies
------------

Depends on openshift_facts having already been run.

Example Playbook
----------------

    - hosts: servers
      roles:
      - role: container_runtime
        docker_udev_workaround: "true"

License
-------

ASL 2.0

Author Information
------------------

OpenShift operations, Red Hat, Inc