From 9f3b1a8ee05852fe41ddfba2b4765656d3e54805 Mon Sep 17 00:00:00 2001 From: Solomon Hykes Date: Tue, 5 Mar 2013 15:58:27 -0800 Subject: [PATCH] Updated README: networking no longer "coming soon" --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 95ade41d0b..21d3ada2df 100644 --- a/README.md +++ b/README.md @@ -23,7 +23,7 @@ Notable features * Resource isolation: system resources like cpu and memory can be allocated differently to each process container, using cgroups. -* Network isolation: each process container runs in its own network namespace, with a virtual interface and IP address of its own (COMING SOON) +* Network isolation: each process container runs in its own network namespace, with a virtual interface and IP address of its own. * Copy-on-write: root filesystems are created using copy-on-write, which makes deployment extremeley fast, memory-cheap and disk-cheap.