So, like Qubes OS, but on an application-level isolation?
EasyOS: An experimental Linux distribution designed from scratch for containers
11–20 of 94 posts
Re: EasyOS: An experimental Linux distribution designed from scratch for containers
#12TBH, it doesn't look "easy" at all. Plus, why re-inventing the wheel and create yet another containerization system?
Because that is how we make progress. Try different approaches, learn and evolve the ecosystem. That is how we got usable containers in the first place, it's not a new idea and variants have been around for decades. But only now we've seen it evolve in to something usable.
At least they are trying to solve problems. It might not be the best/right solution, hell it might not be an improvement, but if we don't try, we will never learn.
Re: EasyOS: An experimental Linux distribution designed from scratch for containers
#13If everything is a container, does that mean processes have failed?
Not really, for shared ressources, it was not that long before realizing that isolation was necessary for memory, storage has been has been managed via fs with rights since sharing files between processes is handy, shared networking as been a problem from day 1 (port numbers assignation). Container just homogenise the paradygm for all resources: strict isolation by default, else explicit sharing.
Re: EasyOS: An experimental Linux distribution designed from scratch for containers
#14If everything is a container, does that mean processes have failed?
Re: EasyOS: An experimental Linux distribution designed from scratch for containers
#15Re: EasyOS: An experimental Linux distribution designed from scratch for containers
#16Re: EasyOS: An experimental Linux distribution designed from scratch for containers
#17Even Kali Linux has a container image at https://us.images.linuxcontainers.org/
edit: If anyone at EasyOS wants to add a container image, see as an example the PR for Kali, https://github.com/lxc/distrobuilder/pull/179
Re: EasyOS: An experimental Linux distribution designed from scratch for containers
#18TBH, it doesn't look "easy" at all. Plus, why re-inventing the wheel and create yet another containerization system?
The project is running at least since 2017. Maybe it was less « yet another containerization system » at that time?
Re: EasyOS: An experimental Linux distribution designed from scratch for containers
#19TBH, it doesn't look "easy" at all. Plus, why re-inventing the wheel and create yet another containerization system?
> why re-inventing the wheel and create yet another containerization system? Because that is how we make progress. Try different approaches, learn and evolve the ecosystem. That is how we got usable containers in the first place, it's not a new idea and variants have been around for decades. But only now we've seen it evolve in to something usable. At least they are trying to solve problems. It might not be the best/…
Re: EasyOS: An experimental Linux distribution designed from scratch for containers
#20TBH, it doesn't look "easy" at all. Plus, why re-inventing the wheel and create yet another containerization system?
> why re-inventing the wheel and create yet another containerization system? Because that is how we make progress. Try different approaches, learn and evolve the ecosystem. That is how we got usable containers in the first place, it's not a new idea and variants have been around for decades. But only now we've seen it evolve in to something usable. At least they are trying to solve problems. It might not be the best/…
If anything, Docker just made containers trendy (they gave more talks at more conversations, etc) when before it was seen as a niche toy compared to virtualisation which few had heard of and fewer had bothered to look into. However being trendy doesn’t mean better nor easier to use.