README.md: add all runtime dependencies
Signed-off-by: Antonio Murdaca <runcom@redhat.com>
This commit is contained in:
parent
63371009ae
commit
bae4d2241f
1 changed files with 6 additions and 1 deletions
|
@ -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.
|
||||
|
||||
|
|
Loading…
Reference in a new issue