From 6bf298930ad3b335e1b1a2292f42f8813bf292f4 Mon Sep 17 00:00:00 2001 From: Jakob Naucke Date: Thu, 2 Dec 2021 16:32:36 +0100 Subject: [PATCH] Add simple asciinema.org recording This recording demonstrates the ease of deploying a confidential container and its confidentiality through a memory check. Signed-off-by: Jakob Naucke --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 90669be..0552a03 100644 --- a/README.md +++ b/README.md @@ -16,6 +16,9 @@ Our key considerations are: delivering Confidential Computing for guest application or data inside the TEE. ## Further Detail + +[![asciicast](https://asciinema.org/a/eGHhZdQY3uYnDalFAfuB7VYqF.svg)](https://asciinema.org/a/eGHhZdQY3uYnDalFAfuB7VYqF) + - [Project Overview](./Overview.md) - [Our Roadmap](./Roadmap.md) - [Alignment with other Projects](ALIGNMENT.md) @@ -23,4 +26,4 @@ delivering Confidential Computing for guest application or data inside the TEE. ### Associated Repositories - [Kubernetes Operator for Confidential Computing](https://github.com/confidential-containers/confidential-containers-operator) -: An operator to deploy confidential containers runtime (and required configs) on a Kubernetes cluster \ No newline at end of file +: An operator to deploy confidential containers runtime (and required configs) on a Kubernetes cluster