Add projects/lucas_lab.md
This commit is contained in:
8
projects/lucas_lab.md
Normal file
8
projects/lucas_lab.md
Normal file
@@ -0,0 +1,8 @@
|
|||||||
|
## alpine container
|
||||||
|
|
||||||
|
```bash
|
||||||
|
pct create 200 /var/lib/vz/template/cache/alpine-3.15-x86_64.tar.xz \
|
||||||
|
--arch amd64 --ostype unmanaged --hostname alpine-mgmt \
|
||||||
|
--cores 2 --memory 2048 --swap 2048 --storage local-lvm --rootfs 20G \
|
||||||
|
--net0 name=eth0,bridge=vmbr1,ip=dhcp,firewall=1
|
||||||
|
```
|
||||||
Reference in New Issue
Block a user