1
0
Fork 0
mirror of https://github.com/moby/moby.git synced 2022-11-09 12:21:53 -05:00

Updated README: networking no longer "coming soon"

This commit is contained in:
Solomon Hykes 2013-03-05 15:58:27 -08:00
parent d372dacbc9
commit 9f3b1a8ee0

View file

@ -23,7 +23,7 @@ Notable features
* Resource isolation: system resources like cpu and memory can be allocated differently to each process container, using cgroups. * 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. * Copy-on-write: root filesystems are created using copy-on-write, which makes deployment extremeley fast, memory-cheap and disk-cheap.