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
I suspect that the docker container has been started before the volume was mounted on the macOS host.
Docker by default creates an empty directory if the mounted directory does not exist.
By the way, you do not need to create a custom APFS volume if the primary use case is in the docker container. Linux treats the mounted filesystem case-sensitive even if the it is not case-sensitive on the macOS host.
Description
Hi,
I need to case-sensitive volume for compile something on mac m3 chip.
so I create apfs case-sensitive volume using disk utility.
In disk utility, created volume name "dev_vol", format apfs case-sensitive, encripted.
for convinience,
ln -s /Volumes/dev_vol ~/work/dev_vol
and then,
I don't know what is problem.
I using vz, rosetta option also
because I need to run linux/amd64 docker image.
Version
colima version 0.8.1
git commit: 96598cc
runtime: docker
arch: aarch64
client: v27.5.0
server: v27.4.0
limactl version 1.0.3
qemu-img version 9.2.0
Copyright (c) 2003-2024 Fabrice Bellard and the QEMU Project developers
Operating System
Output of
colima status
INFO[0000] colima is running using macOS Virtualization.Framework
INFO[0000] arch: aarch64
INFO[0000] runtime: docker
INFO[0000] mountType: virtiofs
INFO[0000] socket: unix:///Users/a14638/.colima/default/docker.sock
Reproduction Steps
Expected behaviour
No response
Additional context
No response
The text was updated successfully, but these errors were encountered: