You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After update I can't run containers, they complain that chown operation not permitted.
Deleting the vm and creating from scratch doesn't help.
I figured out that now colima start --mount-type 9p ignores override.yaml for some reason. So I tried to edit options with vim using colima start --edit. I set the mountType: 9p and mounts. It doesn't accept both "/Users/" and "~" locations, so only "/Users/" remains. Any way it ignores options for 9p. When I restart vm again with colima start --edit I see only:
I was able to get it working as mentioned #83 (comment)
You have to delete the overrider.yaml file if defined at /Users/<username>/.lima/_config else colima won't boot then define at the /Users/<username>/.colima/_lima/_config path
Description
Hi. I've just updated my MacOS to Sonoma and updated and upgraded brew. I had a vm created using file /Users//.lima/_config/override.yaml:
like
colima start --mount-type 9p
After update I can't run containers, they complain that
chown
operation not permitted.Deleting the vm and creating from scratch doesn't help.
I figured out that now
colima start --mount-type 9p
ignores override.yaml for some reason. So I tried to edit options with vim usingcolima start --edit
. I set the mountType: 9p and mounts. It doesn't accept both "/Users/" and "~" locations, so only "/Users/" remains. Any way it ignores options for 9p. When I restart vm again withcolima start --edit
I see only:So I unable to set securityModel: mapped-xattr and run containers properly.
How is it supposed to set up colima now in order to allow containers that run process not as root to work with mounted volumes?
Thank you in advance.
Version
colima version 0.6.7
git commit: ba1be00
runtime: docker
arch: x86_64
client: v24.0.7
server: v24.0.7
limactl version 0.19.1
qemu-img version 8.2.0
Copyright (c) 2003-2023 Fabrice Bellard and the QEMU Project developers
Operating System
Output of
colima status
INFO[0000] colima is running using QEMU
INFO[0000] arch: x86_64
INFO[0000] runtime: docker
INFO[0000] mountType: 9p
INFO[0000] socket: unix:///Users/21370766/.colima/default/docker.sock
Reproduction Steps
colima start --edit
.Expected behaviour
Processes in docker containers can make chown and chmod and use mounted volumes.
Additional context
No response
The text was updated successfully, but these errors were encountered: