From 99430221abd8969512c69d5080699ed33dbf51b3 Mon Sep 17 00:00:00 2001 From: medusa Date: Fri, 19 Apr 2024 01:47:59 +0000 Subject: [PATCH] Add projects/lucas_lab.md --- projects/lucas_lab.md | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 projects/lucas_lab.md diff --git a/projects/lucas_lab.md b/projects/lucas_lab.md new file mode 100644 index 0000000..3dd6cd4 --- /dev/null +++ b/projects/lucas_lab.md @@ -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 +``` \ No newline at end of file