I'm trying to install OpenFOAM on Mac with Docker. I followed this tutorial. After I ran docker run -ti openfoamplus/of_v30plus_rhel66 /bin/bash
to start downloading, it threw the error
docker: failed to register layer: Error processing tar file(exit status 1): lchown /opt/OpenFOAM/OpenFOAM-v3.0+/tutorials/discreteMethods: read-only file system.
AFTER the download finished. I've tried it multiple times: still the same error. How can I fix this?