Currently I’m running some services though Docker on a Proxmox VM. Before I had Proxmox, I thought containers were a very clean way of organizing my system. I’m currently wondering if I can just install the services I always use on the VM directly. What are the pros and cons of that?
You must log in or register to comment.
Cons of containers are slightly worse disk and memory consumption.
Pros:
- ease of installation
- declarative, consistent configuration
securitysome degree of sandboxing- dependency management is solved
Stick with the containers