-
Notifications
You must be signed in to change notification settings - Fork 232
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
feature: Docker for Mac support #26
Comments
I have the same issue |
I think I found a solution. It's a bit hacky due to the nature of Docker for Mac's architecture, and I haven't tested this since don't have immediate access to macOS 10.12 or higher. I should be able to test this on a friend's machine (with macOS Mojave) this week. In the meantime, here's what I would try:
I'll report back once I am able to test this first-hand, but please feel free to give it a try and let us know how it goes. |
Update - I was able to test this procedure on mac OS Mojave. It fixes the
I'll continue to test as I'm able and will continue to report back. |
Another update: I was able to make further progress by
The the container starts successfully, however I'm not yet able to establish any network connections. Still working on it and will report back once I have made more progress. |
@HumbleSpirit could you pass along your full |
|
@HumbleSpirit thank you. I'm assuming that
means that Does that make sense? |
Thanks. I bit helped. I changed paths in my exports, fixed spaces
Also in updated Docker |
I get a completely different issue on macOS with the latest versions of Docker for Mac, Docker and macOS:
The hack for copying the Kernel modules from the ISO is no longer required as they are there now by default. |
I am trying to export docker volume to local computer only. I was also not able to mount share when serving from 127.0.0.1 with the same error as in previous post. I tried to use host only networking of docker. With that the container fails to start altogether as shown below:
|
That ISO is gone. Not quite sure how to |
I was playing around with docker-nfs-server (in Kubernetes on Docker Desktop), and got it working. I'm not sure what happened in the meantime, but after some days it wouldn't start, and I would get the error reported here:
I found this SO answer from 2017 that allowed me to run the needed
After that, the NFS server started fine. A bit confused of what's happened since I first got docker-nfs-server to work, until today. Maybe the VM had been configured with |
@kbakk very helpful, thank you. So to be clear, you aren't using this Docker image at all: https://hub.docker.com/r/erichough/nfs-server/ but instead just |
I run the NFS server in |
gotcha, thanks. I misunderstood what the
I guess running the privileged instance of |
Hello,
I try to run this docker conainer with the following docker-compose.yml file:
My OS: macOS Mojave (10.14.5 (18F132))
docker-compose version 1.24.0, build 0aa59064
docker-py version: 3.7.2
CPython version: 3.6.8
OpenSSL version: OpenSSL 1.1.0j 20 Nov 2018
Client: Docker Engine - Community
Version: 19.03.0-rc2
API version: 1.40
Go version: go1.12.5
I receive the following error:
How can I get this to work? :)
The text was updated successfully, but these errors were encountered: