WIP rootless docker

This commit is contained in:
2024-11-17 20:15:55 +00:00
parent 54b277bed2
commit 7286b5d291
3 changed files with 25 additions and 9 deletions

View File

@@ -1,3 +1,15 @@
# nix-docker
Template for making Nix-based LXC containers in Proxmox to run 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)