My docker command:
docker run -it --rm -v $(pwd):/mutcompute ens_net:v3
Gives me the following error:
docker: Error response from daemon: Mounts denied: approving /Users/danny/Documents/Codes/Python/net_containers/ensemble_net: file does not exist.
However, I have used this same command when in the same directory for over 6 months now. It just opens my directory in the current docker container so I can run my software that is preinstalled.
Today my docker updated to version 3.0.0 (MacOS).
I am assuming this is due to the update?
I have restarted docker and I have restarted my computer. Still does not work.
[Latest EDIT] June 8, 2021
Still not fixed, note in Docker 3.3.3 the option is no longer in Experimental features, but it's moved into
General settings. Unchecking this still helps to resolve the issue. – vasekin Docker Desktop
PreferencesGeneralUse gRPC FUSE for file sharingFirst Answer.[EDIT] January 4, 2021
It doesn't appear to have been completely fixed yet. It is recommended to just disable it.
as described in
First Answer[EDIT] December 18, 2020
This issue is fixed in Docker 3.0.1(macOS).
PreferencesExperimental FeaturesUse gRPC FUSE for file sharingUse gRPC FUSE for file sharingFirst Answer
I have the same experience after updating to Docker Desktop 3.0.0(macOS). and solved it as below.
PreferencesExperimental FeaturesUse gRPC FUSE for file sharing