From 9304889330268020e65af123a7ebf45118a304d0 Mon Sep 17 00:00:00 2001 From: Willem Dendauw Date: Tue, 14 Feb 2023 15:47:23 -0800 Subject: [PATCH] docs: Update how-to-use-kata-containers-with-firecracker.md Removed the `` around containerd, because when you execute this as a script it runs the containerd command within the script, which it should not do. Fixes #4217 Signed-off-by: Willem Dendauw --- docs/how-to/how-to-use-kata-containers-with-firecracker.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/how-to/how-to-use-kata-containers-with-firecracker.md b/docs/how-to/how-to-use-kata-containers-with-firecracker.md index d2bd362c13..377bd7d11c 100644 --- a/docs/how-to/how-to-use-kata-containers-with-firecracker.md +++ b/docs/how-to/how-to-use-kata-containers-with-firecracker.md @@ -104,7 +104,7 @@ sudo dmsetup create "${POOL_NAME}" \ cat << EOF # -# Add this to your config.toml configuration file and restart `containerd` daemon +# Add this to your config.toml configuration file and restart containerd daemon # [plugins] [plugins.devmapper]