Merge pull request #514 from cgxu519/doc-fix-1

docs: Fix workaround solution for ConfigPath
This commit is contained in:
Eric Ernst 2019-07-29 19:41:00 -07:00 committed by GitHub
commit 1e66d93d21
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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: