-
Notifications
You must be signed in to change notification settings - Fork 644
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Darwin build #3763
base: main
Are you sure you want to change the base?
Darwin build #3763
Conversation
220b297
to
5328c85
Compare
Interesting! Thanks @slonopotamus Is it functional right now? eg: if I share the right folders from a linux VM on a mac, is it "working" enough? |
@slonopotamus would love to see at least some of that to get in. |
Whoops, forgot about this. Will see what can be done... |
Closes containerd#732 Signed-off-by: Marat Radchenko <[email protected]>
Testing now. Seems to build fine. Had to install buildkit and do some configuration so that Currently at this issue:
Looks like runc doesn't support macOS: opencontainers/runc#1733 Will work on that repo I guess and try to port it? |
runc can't and won't run on macOS, it is fully tied to Linux. |
Yeah I realised that pretty quickly… So how is this meant to work then? |
Well, there is a nonzero amount of other runtime shims that could run natively on macOS (though they might not as of today): Note that things these shims run are not a conventional "containers" with Linux userspace in them, but something different. However, And by the way, |
Closes #732