WIP rootless docker
This commit is contained in:
14
README.md
14
README.md
@@ -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)
|
||||
Reference in New Issue
Block a user