Skip to content

Commit

Permalink
Add missing systemctl step for running cri-o
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
mattjmcnaughton committed Dec 3, 2019
1 parent 29ca5ea commit ba823d1
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -200,6 +200,7 @@ yum install --nogpgcheck cri-o
### Start CRI-O

```
systemctl daemon-reload
systemctl start crio
```

Expand Down

0 comments on commit ba823d1

Please sign in to comment.