Update container-runtimes.md

I propose that by adding the modules to /etc/modules-load.d/ can help prevent issues with overlay and br_netfilter modules not loading after reboot.
This commit is contained in:
kylejep
2020-12-31 07:42:58 -08:00
committed by GitHub
parent 24279b2ad2
commit 103311a5ad
@@ -236,6 +236,13 @@ For more information, see the [CRI-O compatibility matrix](https://github.com/cr
Install and configure prerequisites:
```shell
# Create the .conf file to load the modules at bootup
cat <<EOF | sudo tee /etc/modules-load.d/crio.conf
overlay
br_netfilter
EOF
sudo modprobe overlay
sudo modprobe br_netfilter