$ agent-vm --readonly shell
Mounting project directory as read-only...
fuse: unknown option(s): `-o relatime,user_id=1001,group_id=1001,remount'
Resources: CPUs: 2, Memory: 4 GiB, Disk: 10 GiB
VM: agent-vm-dir-72262632 | Dir: /home/username/dir
Type 'exit' to leave (VM keeps running). Use 'agent-vm stop' to stop it.
vm:dir% touch foo
vm:dir% ls foo
foo
Running
agent-vmwith the--readonlyoption has no effect, seemingly because fuse does not support remounting the project folder:Moreover,
--git-rooption does work and attempting to touch a file in.gitfails.Versions: