-
Notifications
You must be signed in to change notification settings - Fork 616
Description
I'm opening this issue because I'm more than a little confused about the naming of this project, and having discussed with fellow technical colleagues, I know I'm not alone.
In many places in this repository, it's documented that this is not in fact a containerization framework, but rather an OCI-compatible VM orchestration framework.
A tool for creating and running Linux containers using lightweight virtual machines on a Mac. It's written in Swift, and optimized for Apple silicon.
container runs containers differently. Using the open source Containerization package, it runs a lightweight VM for each container that you create. [...]
My question here is - Why name this container and market it as a novel containerization framework, when it's definitionally a misnomer even by the documentation present in this very repo? While I understand that virtualization is necessary to run Linux images on an XNU kernel that doesn't support the Linux internals used by Linux containers, I find it confusing at best that a VM orchestration framework be named container and referred to as a containerization framework.
I mean this issue to be a grounds for civil discussion and constructive criticism, and I aim for it to arrive at a reasonable conclusion.