hi guys,
i found this tutorial to run docker in lxc for proxmox: https://www.solaris-cookbook.eu/virtualisation/proxmox/proxmox-lxc-running-docker-inside-container/
basically just add
to the containers config.
it works, only downside is that the filesystem used for docker is vfs. is this due to lxc, or because i've not installed something on the host node to use aufs or devicemapper?
i found this tutorial to run docker in lxc for proxmox: https://www.solaris-cookbook.eu/virtualisation/proxmox/proxmox-lxc-running-docker-inside-container/
basically just add
Code:
lxc.apparmor.profile: unconfined
lxc.cgroup.devices.allow: a
lxc.cap.drop:
it works, only downside is that the filesystem used for docker is vfs. is this due to lxc, or because i've not installed something on the host node to use aufs or devicemapper?