From 24a2b0f6a2390162c4919590890a653429f7cb81 Mon Sep 17 00:00:00 2001 From: Gabriela Cervantes Date: Wed, 18 May 2022 14:53:17 +0000 Subject: [PATCH] docs: Remove clear containers reference in README This PR removes the clear containers reference as this is not longer being used and is deprecated at the rootfs builder README. Fixes #4278 Signed-off-by: Gabriela Cervantes --- tools/osbuilder/rootfs-builder/README.md | 6 ------ 1 file changed, 6 deletions(-) diff --git a/tools/osbuilder/rootfs-builder/README.md b/tools/osbuilder/rootfs-builder/README.md index f82a569ef4..ea3640f4d8 100644 --- a/tools/osbuilder/rootfs-builder/README.md +++ b/tools/osbuilder/rootfs-builder/README.md @@ -82,12 +82,6 @@ must be met: $ docker info | grep 'Default Runtime: runc' ``` - Note: - - This requirement is specific to the Clear Containers runtime. - See [issue](https://github.com/clearcontainers/runtime/issues/828) for - more information. - 3. Export `USE_DOCKER` variable. ```