Skip to content
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

Possibility to run on OSX ? #2611

Closed
BKaraargirov opened this issue Jan 8, 2021 · 4 comments
Closed

Possibility to run on OSX ? #2611

BKaraargirov opened this issue Jan 8, 2021 · 4 comments

Comments

@BKaraargirov
Copy link

Hi I was wondering whether it is possible to get this working on mac. Currently the issue I am facing is the lack of init script in ns, of course it could have others

@thaJeztah
Copy link
Member

No, there's currently no code whatsoever that would work on macOS, and many of the code paths would likely be linux (or windows) specific

@claudobahn
Copy link

@thaJeztah is there a fork of this library for Mac somewhere, then? When using docker on Mac OSX, I'm getting error messages that match this library verbatim, see the issue I just filed: #2614

Or is the code from this library pulled in for a Mac OSX build, but simply broken because it doesn't support Mac OSX?

@thaJeztah
Copy link
Member

Docker Desktop runs linux containers, and uses a minimal VM that runs Linux. Libnetwork code is included in the docker daemon (https://github.com/moby/moby) as a build-time dependency

@akerouanton
Copy link
Member

Thanks for asking.

As already answered in previous posts, libnetwork can't be run directly on macOS as it only supports Windows and Linux. MacOS is lacking important features that make it unsuitable for running containers without a VM.

This repo is now defunct, and not actively watched by maintainers, so let me close this issue.

@akerouanton akerouanton closed this as not planned Won't fix, can't repro, duplicate, stale Oct 3, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants