mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-06-28 16:27:50 +00:00
docs: Add ccloudvm README.
Add information how to use workloads for ccloudvm. Signed-off-by: Jose Carlos Venegas Munoz <jose.carlos.venegas.munoz@intel.com>
This commit is contained in:
parent
b4be018068
commit
2e572f587e
26
ccloudvm/README.md
Normal file
26
ccloudvm/README.md
Normal file
@ -0,0 +1,26 @@
|
|||||||
|
# Test Kata using ccloudvm
|
||||||
|
|
||||||
|
* [How to use Kata workloads for `ccloudvm`](#how-to-use-kata-workloads-for-ccloudvm)
|
||||||
|
* [Create Docker\* and Kata Containers virtualized enviroment](#create-docker-and-kata-containers-virtualized-enviroment)
|
||||||
|
---
|
||||||
|
|
||||||
|
The [ccloudvm](https://github.com/intel/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](https://github.com/intel/ccloudvm/#introduction)
|
||||||
|
|
||||||
|
### Create Docker\* and Kata Containers virtualized enviroment
|
||||||
|
|
||||||
|
Create a virtual machine with Docker and Kata containers.
|
||||||
|
|
||||||
|
```bash
|
||||||
|
$ 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](https://github.com/intel/ccloudvm/#configurable-cloud-vm-ccloudvm) for advanced usage.
|
Loading…
Reference in New Issue
Block a user