We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi,
I just tried to run it on my mac
docker run -d --rm \ --name volume-sharer \ -p 139:139 -p 445:445 \ -v /var/lib/docker/volumes:/docker_volumes \ -v /var/run/docker.sock:/var/run/docker.sock \ -d gdiepen/volume-sharer
and got this error
d66363d0077417d666f45d720c21728ab9330e4721e08a8841edf12577da85b1 docker: Error response from daemon: driver failed programming external connectivity on endpoint volume-sharer (c25835650f999bc4c8c4b8fa18a0037066b31430e21d08745e09c2ce51be8300): Error starting userland proxy: Bind for 0.0.0.0:445: unexpected error (Failure EADDRINUSE).
Maybe it's not made to run on a Mac but I'm taking a chance!
The text was updated successfully, but these errors were encountered:
As the version on Mac runs similar to the version on Windows as far as I know, could you try adding the option
--net=host
This should instruct docker to do the bind on the ports on the host where docker is running (i.e. the virtual machine).
Sorry, something went wrong.
No branches or pull requests
Hi,
I just tried to run it on my mac
and got this error
Maybe it's not made to run on a Mac but I'm taking a chance!
The text was updated successfully, but these errors were encountered: