Initial commit

This commit is contained in:
2024-11-25 08:49:13 -06:00
commit feeeba6221
4 changed files with 106 additions and 0 deletions

15
README.md Normal file
View File

@@ -0,0 +1,15 @@
# 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)