Skip to content

Commit ba823d1

Browse files
Add missing systemctl step for running cri-o
After installing `cri-o`, we must run `systemctl daemon-reload` before trying to run `systemctl start crio`. Otherwise, `systemd` doesn't know about the crio configuration. Similar instructions already exist for installing docker - this diff adds these instructions for crio.
1 parent 29ca5ea commit ba823d1

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -200,6 +200,7 @@ yum install --nogpgcheck cri-o
200200
### Start CRI-O
201201

202202
```
203+
systemctl daemon-reload
203204
systemctl start crio
204205
```
205206

0 commit comments

Comments
 (0)