From bae4d2241fcb682c667aa20af705e94e439ae24b Mon Sep 17 00:00:00 2001 From: Antonio Murdaca Date: Wed, 29 Nov 2017 15:42:59 +0100 Subject: [PATCH] README.md: add all runtime dependencies Signed-off-by: Antonio Murdaca --- README.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 72c982ae..14cc3014 100644 --- a/README.md +++ b/README.md @@ -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.