# Monter un disque local dans une LXC

```shell
pct set 103 -mp0 /mnt/NAS,mp=/mnt/NAS 
```

installer docker dans LXC

editer le fichier de conf dans /etc/pve/lxc/

```shell
#insert docker part below
lxc.apparmor.profile: unconfined
lxc.cgroup.devices.allow: a
lxc.cap.drop:
```