From 50f0faa795dc62773857a0cc3cfb6d5681ba3562 Mon Sep 17 00:00:00 2001 From: Phil Estes Date: Mon, 12 Jan 2015 12:58:27 -0500 Subject: [PATCH] Update ROADMAP.md to correctly reflect current arch status Adds POWER (ppc64 and ppc64le), System z (s390x), and ARM to list of architectures currently supported by libcontainer Docker-DCO-1.1-Signed-off-by: Phil Estes (github: estesp) --- ROADMAP.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/ROADMAP.md b/ROADMAP.md index 08deb9ad..f5903535 100644 --- a/ROADMAP.md +++ b/ROADMAP.md @@ -13,4 +13,8 @@ Our goal is to make libcontainer run everywhere, but currently libcontainer requ ## Cross-architecture support -Our goal is to make libcontainer run everywhere. However currently libcontainer only runs on x86_64 systems. We plan on expanding architecture support, so that libcontainer containers can be created and used on more architectures. +Our goal is to make libcontainer run everywhere. Recently libcontainer has +expanded from its initial support for x86_64 systems to include POWER (ppc64 +little and big endian variants), IBM System z (s390x 64-bit), and ARM. We plan +to continue expanding architecture support such that libcontainer containers +can be created and used on more architectures.