From c0d557f55cb1f9ac7f743e6657042a53fc9a4e4f Mon Sep 17 00:00:00 2001 From: Dan Middleton Date: Wed, 9 Nov 2022 21:43:33 -0600 Subject: [PATCH] Quickstart remove redundant hardware section This is tracked in release notes. Maintain that info in one place. Signed-off-by: Dan Middleton --- quickstart.md | 21 +++------------------ 1 file changed, 3 insertions(+), 18 deletions(-) diff --git a/quickstart.md b/quickstart.md index 6b66113..c6a10db 100644 --- a/quickstart.md +++ b/quickstart.md @@ -15,25 +15,10 @@ Confidential Containers (CoCo) supports the following use cases: The first two cases are mainly for testing and development or new users who want to explore the project. This guide explains all four cases below. -## Hardware Support -Confidential Containers is tested with attestation on the following platforms: -- Intel TDX -- AMD SEV +## Hardware Support and Limitations -Confidential Containers can also be run on Linux without any Confidential Computing hardware -for testing or development. - -The following platforms are untested or partially supported: -- AMD SEV-ES -- IBM Z SE - -The following platforms are in development: -- Intel SGX -- AMD SEV-SNP - -## Limitations - -Confidential Containers is still maturing. See [release notes](./releases) for currrent limitations. +Confidential Containers is still maturing. See [release notes](./releases) for currrent +hardware support and limitations. # Installing