mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-04-30 04:34:27 +00:00
docs: Fix docs in docs/architecture.md
Correct the docs in docs/architecture.md, use virtio-fs as the default config. Fixes: #1193 Signed-off-by: AIsland <yuchunyu01@inspur.com>
This commit is contained in:
parent
8edfab73c3
commit
b36c9ea3fa
@ -58,7 +58,7 @@ to go through the VSOCK interface exported by QEMU.
|
|||||||
|
|
||||||
The container workload, that is, the actual OCI bundle rootfs, is exported from the
|
The container workload, that is, the actual OCI bundle rootfs, is exported from the
|
||||||
host to the virtual machine. In the case where a block-based graph driver is
|
host to the virtual machine. In the case where a block-based graph driver is
|
||||||
configured, `virtio-scsi` will be used. In all other cases a 9pfs VIRTIO mount point
|
configured, `virtio-scsi` will be used. In all other cases a `virtio-fs` VIRTIO mount point
|
||||||
will be used. `kata-agent` uses this mount point as the root filesystem for the
|
will be used. `kata-agent` uses this mount point as the root filesystem for the
|
||||||
container processes.
|
container processes.
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user