kata-containers/tools/packaging/ccloudvm/README.md
Peng Tao 782cd2ed10 packaging: merge packaging repository
git-subtree-dir: tools/packaging
git-subtree-mainline: f818b46a41
git-subtree-split: 1f22d72d5d

Signed-off-by: Peng Tao <bergwolf@hyper.sh>
2020-06-23 22:58:18 -07:00

1001 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

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.