Files
kata-containers/ccloudvm
James O. D. Hunt 4004d3e5cf docs: Fix spelling and formatting
Correct typos and resolve formatting issues including incorrect heading
levels and missing TOC entries.

Fixes: #541.

Signed-off-by: James O. D. Hunt <james.o.hunt@intel.com>
2019-05-28 09:08:29 +01:00
..
2019-05-28 09:08:29 +01:00

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.