summaryrefslogtreecommitdiffstats
path: root/roles/docker/templates/overlay.conf.j2
Commit message (Collapse)AuthorAgeFilesLines
* Implement container runtime roleMichael Gugino2017-12-011-2/+0
|
* cri-o: Ensure overlay is availableSteve Milner2017-08-031-0/+2
Some distro releases may not have overlay loaded into the kernel. This change looks for overlay via lsmod and, if it isn't already there, uses modprobe to load it in and then drops a load config into /etc/modules-load.d/overlay.conf.