I am trying to make my docker LXC host be able to read/write to my external NAS
So I have this /etc/pve/lxc/101.conf
Read more
So I have this /etc/pve/lxc/101.conf
Code:
arch: amd64
cores: 8
features: keyctl=1,nesting=1
hostname: docker
memory: 16384
mp0: /mnt/samba/SeagateExternal,mp=/mnt/SeagateExternal
mp1: /mnt/samba/Backup,mp=/mnt/Backup
net0: name=eth0,bridge=vmbr0,hwaddr=BC:24:11:A7:71:25,ip=dhcp,type=veth
onboot: 1
ostype: debian
rootfs: local-lvm:vm-101-disk-0,size=500G
swap: 512
tags: community-script;docker
unprivileged: 1...
Read more