Files
nix-docker/README.md
2024-11-17 20:15:55 +00:00

15 lines
645 B
Markdown

# nix-docker
Template for making Nix-based LXC containers in Proxmox to run Docker
## NFS Mounts
Needs to be done in a privileged container because AppArmor makes it a pain in the ass
- [Unprivileged LXC containers](https://pve.proxmox.com/wiki/Unprivileged_LXC_containers)
- [Mount NFS inside LXC containers](https://theorangeone.net/posts/mount-nfs-inside-lxc/)
- [How to allow specific Proxmox LXC containers to mount NFS shares on the network?](https://unix.stackexchange.com/questions/450308/how-to-allow-specific-proxmox-lxc-containers-to-mount-nfs-shares-on-the-network)
## Docker
- [Docker on NixOS](https://nixos.wiki/wiki/Docker)