Merge pull request #1185 from runcom/fix-runtime-deps

README.md: add all runtime dependencies
This commit is contained in:
Mrunal Patel 2017-11-29 05:47:13 -10:00 committed by GitHub
commit b2a78eba2b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 6 additions and 1 deletions

View File

@ -77,7 +77,12 @@ For sync communication we have an IRC channel #CRI-O, on chat.freenode.net, that
## Getting started
### Prerequisites
### Runtime dependencies
- runc, Clear Containers runtime, or any other OCI compatible runtime
- socat
- iproute
- iptables
Latest version of `runc` is expected to be installed on the system. It is picked up as the default runtime by CRI-O.