mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-10-21 11:58:41 +00:00
Add information how to use workloads for ccloudvm. Signed-off-by: Jose Carlos Venegas Munoz <jose.carlos.venegas.munoz@intel.com>
997 B
997 B
Test Kata using ccloudvm
The ccloudvm tool is a command to create development and demo environments. The tool sets up these development environments inside a virtual machine.
How to use Kata workloads for ccloudvm
- Follow the
ccloudvm
install instructions
Create Docker* and Kata Containers virtualized enviroment
Create a virtual machine with Docker and Kata containers.
$ ccloudvm create --name YOUR_VM_NAME $PWD/kata-docker-xenial.yaml
$ ccloudvm connect YOUR_VM_NAME
You are ready to use Kata with docker in a virtualized enviroment.
See ccloudvm
documentation for advanced usage.