Getting read only file system error when try to create local repository for docker. [1] I used this installed lima [2] over Macbook Air M1 (Apple chipset)
chown: changing ownership of 'oracle-19c/.DS_Store': Read-only file system
chown: changing ownership of 'oracle-19c/oradata': Read-only file system
chown: changing ownership of 'oracle-19c/': Read-only file system
Any one know how to resolve this. I have change the permission to read write with 'getInfor' option by selecting the relevant folder.
[1] https://registry.hub.docker.com/r/doctorkirk/oracle-19c [2] https://github.com/lima-vm/lima
write: true
towritable: true
. This will be more consistent with the documentation, and the change that people need to make. – Aorta