Am configuring bahmni openmrs app.json file inside the container installed in docker desktop windows 11 using vim editor. When i try to save changes (:qw!) i get this message - “/etc/bahmni_config/openmrs/apps/appointments/app.json” E212: Can’t open file for writing Please can someone help me out. Thanks.
1 Like
Docker containers are read-only. Follow these steps, and edit the files in a Volume outside the container: https://bahmni.atlassian.net/wiki/spaces/BAH/pages/3117449270/Using+Implementation+specific+Configuration+docker
Thanks. I will follow the link.