I just downloaded/installed Docker 3.0.0 MacOS X 11.0.1 (20B50)
I have a fairly simle NodeRed container, which loads its data from my local documents-folder
This runs fine in Docker 2.5.0.x (and earlier).
After installing Docker 3.0.0, I allowed it to access all required directories (as in 2.5.0.x), but it refuses to run the container, but gives an error message (approx. like the following):
docker server error (500) - Mounts denied: approving ~/Documents/Kitematic/nodered/data: file does not exist
I couldn’t get it to run, so I downloaded/installed to Docker 2.5.0.x again and things work as expected (without any changes).
Anybody else seeing this?
Any idea how to fix?