mirror of
https://github.com/kata-containers/kata-containers.git
synced 2026-03-18 10:44:10 +00:00
Vsock conflicts with factory, when both of them are enabled, kata will try to create a new vm template which is useless, thus it's better to return an error directly to let users know that those two config cannot be enabled at the same time. Fixes: #1055 Signed-off-by: fupan <lifupan@gmail.com>