Frappe-docker error

all bench command not execute;

Traceback (most recent call last):
File “/home/frappe/.local/bin/bench”, line 33, in
sys.exit(load_entry_point(‘frappe-bench’, ‘console_scripts’, ‘bench’)())
File “/home/frappe/.bench/bench/cli.py”, line 58, in cli
logger = setup_logging()
File “/home/frappe/.bench/bench/utils/init.py”, line 153, in setup_logging
hdlr = logging.FileHandler(log_file)
File “/home/frappe/.pyenv/versions/3.9.9/lib/python3.9/logging/init.py”, line 1146, in init
StreamHandler.init(self, self._open())
File “/home/frappe/.pyenv/versions/3.9.9/lib/python3.9/logging/init.py”, line 1175, in _open
return open(self.baseFilename, self.mode, encoding=self.encoding,
OSError: [Errno 30] Read-only file system: ‘/workspace/development/frappe-bench/logs/bench.log’

how can i solve this error, but my setup work properly yesterday. Above error occurred on today.
I use Ubuntu 20.04

make sure you use the same use to start the development.

try to change permission for “development” directory under frappe_docker.

sudo chown -R 1000:1000 development

I’m not able to reproduce this on my Linux setup.

@revant_one

Thank you,
I found solution. I used dual boot laptop. My project is not in Desktop. I gave permissions for other locations to any operations via windows.
it solved the problem