Skip to content

Commit cfe5edf

Browse files
authored
Merge pull request #25895 from kylejep/patch-1
Update container-runtimes.md
2 parents 04f70fd + 103311a commit cfe5edf

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

content/en/docs/setup/production-environment/container-runtimes.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -236,6 +236,13 @@ For more information, see the [CRI-O compatibility matrix](https://github.com/cr
236236
Install and configure prerequisites:
237237

238238
```shell
239+
240+
# Create the .conf file to load the modules at bootup
241+
cat <<EOF | sudo tee /etc/modules-load.d/crio.conf
242+
overlay
243+
br_netfilter
244+
EOF
245+
239246
sudo modprobe overlay
240247
sudo modprobe br_netfilter
241248

0 commit comments

Comments
 (0)