Running Docker on Proxmox - Dan [the] Salmon
danthesalmon.com › running-docker-on-proxmoxJun 19, 2020 · Run Docker in Proxmox. Note: This method should not be used in a production environment. Like the LXC method, there is very little segmentation between the containers and the Proxmox host. Additionally, the docker daemon runs as the Proxmox root user which is a universally bad idea. This method is the least secure of the 3 listed here.
Docker in Ubuntu LXC on Proxmox 6.3 - need some basics ...
www.reddit.com › r › ProxmoxThe root user on a privileged container is essentially able to act as the root user on the system. If you are going to docker (or any app) in a privileged container, make sure they are running as an unprivileged user within the container. The overlays in docker are provided by a kernel module. Since LXC is just a jailed set of processes running ...