1
0
mirror of https://github.com/kata-containers/kata-containers.git synced 2025-09-03 01:44:29 +00:00

docs: Add instructions for enabling VM templating

Kata 2.0 uses virtio-fs as the shared_fs by default,

bug VM templating cannot be used with virtio-fs.

Fixes: 

Signed-off-by: AIsland <yuchunyu01@inspur.com>
This commit is contained in:
AIsland
2020-11-07 11:56:12 +08:00
committed by yuchunyu97
parent 6160043c01
commit 378308e205

@@ -46,6 +46,7 @@ overridden by `/etc/kata-containers/configuration.toml` if provided) such that:
- `enable_template = true` - `enable_template = true`
- `initrd =` is set - `initrd =` is set
- `image =` option is commented out or removed - `image =` option is commented out or removed
- `shared_fs` should not be `virtio-fs`
Then you can create a VM templating for later usage by calling Then you can create a VM templating for later usage by calling
``` ```