mirror of
https://github.com/khuedoan/homelab.git
synced 2025-01-07 14:03:01 +07:00
16 lines
219 B
Markdown
16 lines
219 B
Markdown
# Test
|
|
|
|
This will create a virtual machine on your laptop to emulate layer 0 (metal), you can run anything from layer 1 and up.
|
|
|
|
Requires `multipass`
|
|
|
|
```sh
|
|
make
|
|
```
|
|
|
|
When you're done, clean it up
|
|
|
|
```sh
|
|
make clean
|
|
```
|