From 097156d83761aece7cabe6bbcc351644e3acc44f Mon Sep 17 00:00:00 2001 From: Chengguang Xu Date: Thu, 18 Jul 2019 14:50:03 +0800 Subject: [PATCH] docs: Fix workaround solution for ConfigPath In the workaround solution of ConfigPath, there is a '$@' missing in the script, so add it. Fixes: #515 Signed-off-by: Chengguang Xu --- how-to/containerd-kata.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/how-to/containerd-kata.md b/how-to/containerd-kata.md index 0ac9c5fb6c..8c6f607b01 100644 --- a/how-to/containerd-kata.md +++ b/how-to/containerd-kata.md @@ -204,7 +204,7 @@ shell script with the following: ```bash #!/bin/bash -KATA_CONF_FILE=/etc/kata-containers/firecracker.toml containerd-shim-kata-v2 +KATA_CONF_FILE=/etc/kata-containers/firecracker.toml containerd-shim-kata-v2 $@ ``` Name it as `/usr/local/bin/containerd-shim-katafc-v2` and reference it in the configuration of containerd: