Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: Valentin Rothberg <vrothberg@redhat.com>
  • Loading branch information
rhatdan and vrothberg authored Nov 22, 2022
1 parent f408ce0 commit d8dc186
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/containers.conf.5.md
Original file line number Diff line number Diff line change
Expand Up @@ -102,9 +102,9 @@ default_capabilities = [
```

Note, by default container engines using containers.conf, run with less
capabilities then Docker. Docker runs additionally with "AUDIT_WRITE", "MKNOD",
capabilities than Docker. Docker runs additionally with "AUDIT_WRITE", "MKNOD",
"NET_RAW", "CHROOT". If you need to add one of these capabilities for a
particular container, you can use the --cap-add option.
particular container, you can use the --cap-add option or edit your system's containers.conf.

**default_sysctls**=[]

Expand Down

0 comments on commit d8dc186

Please sign in to comment.