6 ms·
I'm a big fan of using containers to distribute and run tools. It's an underappreciated use case. I wrote about its benefits (and drawbacks) a few months ago: h
by jbergknoff 6y ago
I'm a big fan of using containers to distribute and run tools. It's an underappreciated use case. I wrote about its benefits (and drawbacks) a few months ago: https://jonathan.bergknoff.com/journal/run-more-stuff-in-docker/ https://jonathan.bergknoff.com/journal/run-more-stuff-in-doc....
Subuser looks interesting, nice work! I love to see progress in this space.
- kreetx 6y agoHow does lxd fit into this space - similar to docker it's also based on cgroups and namespaces?
- adamnew123456 6y agoMore or less, though LXC (and LXD using the LXC backend) are focused on system containers rather than single services. Basically lightweight VMs with a full init and the usual set of set of system daemons.