refactoring
This commit is contained in:
20
documentation/proxmox.md
Normal file
20
documentation/proxmox.md
Normal file
@@ -0,0 +1,20 @@
|
||||
# homesrv01.dev.lan
|
||||
|
||||
- CT Container - Ubuntu ubuntu-22.10-standard_22.10-1_amd64.tar.zst
|
||||
|
||||
## Params
|
||||
|
||||
``` bash
|
||||
# cat /etc/pve/lxc/105.conf
|
||||
arch: amd64
|
||||
cores: 2
|
||||
features: fuse=1,keyctl=1,nesting=1
|
||||
hostname: homesrv01
|
||||
memory: 2000
|
||||
onboot: 1
|
||||
ostype: ubuntu
|
||||
swap: 4000
|
||||
rootfs: local-lvm:vm-105-disk-0,size=32G
|
||||
unprivileged: 1
|
||||
|
||||
``
|
||||
Reference in New Issue
Block a user