khuedoan-homelab/test/README.md

16 lines
219 B
Markdown
Raw Normal View History

2021-02-15 00:10:39 +07:00
# Test
2021-02-15 01:20:35 +07:00
This will create a virtual machine on your laptop to emulate layer 0 (metal), you can run anything from layer 1 and up.
2021-02-15 00:10:39 +07:00
2021-02-15 01:20:35 +07:00
Requires `multipass`
2021-02-15 00:10:39 +07:00
```sh
make
```
2021-02-15 01:20:35 +07:00
When you're done, clean it up
```sh
make clean
```