diff --git a/how-to/containerd-kata.md b/how-to/containerd-kata.md index 0ac9c5fb6..8c6f607b0 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: