From e23dcbbe9cf347aae9880b421b7b6d13d2ea16e7 Mon Sep 17 00:00:00 2001 From: Michael Vincerra Date: Thu, 12 Jul 2018 10:06:35 -0700 Subject: [PATCH] Removes instances of s/cc-runtime for kata per @devimc Signed-off-by: Michael Vincerra --- source/clear-linux/tutorials/kata.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/source/clear-linux/tutorials/kata.rst b/source/clear-linux/tutorials/kata.rst index ff4d7a4c..0bb6d589 100644 --- a/source/clear-linux/tutorials/kata.rst +++ b/source/clear-linux/tutorials/kata.rst @@ -87,11 +87,11 @@ More information about Docker in |CLOSIA|. ############################################# Docker on |CLOSIA| provides a docker.service service file to start the Docker -daemon. The daemon will use runc or s/cc-runtime/kata-runtime depending on +daemon. The daemon will use runc or kata-runtime depending on the environment: If you are running |CL| on bare metal or on a VM with Nested -Virtualization activated, Docker will use s/cc-runtime/kata-runtime as the +Virtualization activated, Docker will use kata-runtime as the default runtime. If you are running |CL| on a VM without Nested Virtualization, Docker will use runc as the default runtime. It is not necessary to manually configure the runtime for Docker, since Docker itself