From 5e90d85d2618348548f47f3dd43c1c9765e3a3e4 Mon Sep 17 00:00:00 2001 From: Michael Crosby Date: Fri, 26 Jun 2015 11:31:00 -0700 Subject: [PATCH] Add notcie about config format changes Signed-off-by: Michael Crosby --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index 12d8d501c..bcc4b270d 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,13 @@ `runc` is a CLI tool for spawning and running containers according to the OCF specification. +## State of the project + +Currently `runc` is an implementation of the OCF specification. We are currently sprinting +to have a v1 of the spec out within a quick timeframe of a few weeks, ~July 2015, +so the `runc` config format will be constantly changing until +the spec is finalialized. However, we encourage you to try out the tool and give feedback. + ### Building: ```bash