Skip to content
Discussion options

You must be logged in to vote

I'd hoped that Apple containers would be implemented more like native Linux containers with compatibility for OCI image or the ability to reuse Dockerfiles to build the "same" image on a Mac.

Apple containers are Linux containers that use a 1:1 container:VM model, as opposed to n:1.

See: https://github.com/apple/container/blob/main/docs/technical-overview.md#how-does-container-run-my-container

You use container build to build an OCI image, and container run to run an OCI image.

It's not clear what this has a to do with the I/O performance. Whether you run a traditional Linux VM using Parallels, UTM, or some other tool, or you run a Linux container in a Linux VM like container, if you're…

Replies: 1 comment 7 replies

Comment options

You must be logged in to vote
7 replies
@d-shehu
Comment options

@jglogan
Comment options

@d-shehu
Comment options

@jglogan
Comment options

Answer selected by d-shehu
@d-shehu
Comment options

@jonct
Comment options

@jglogan
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants