mirror of
https://github.com/aljazceru/kata-containers.git
synced 2026-01-01 05:24:19 +01:00
Because CI build is 1. Slow and in log it is showing because "apt-utils" not installed 2. to avoid CI build to exits with error without having certificate Fixes: #970 Signed-off-by: Pratik Raj <rajpratik71@gmail.com>
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
ccloudvminstall instructions
Create Docker* and Kata Containers virtualized environment
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 environment.
See ccloudvm documentation for advanced usage.