-
Notifications
You must be signed in to change notification settings - Fork 626
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Freezing when trying to map a volume #187
Comments
I'm experiencing the same thing with Podman. |
Thanks for reporting. Workaround
|
Will be fixed in PR #188 ( |
@AkihiroSuda I don't understand that workaround. By default, isn't the VM only able to access $HOME aka |
The point is to let the container mount the parent directory of the home. This workaround avoids calling broken syscalls against the home. |
@AkihiroSuda Any particular reason you're not just using NFS instead of Samba? |
Explained in docs/internal.md in the PR. |
This issue was a regression in Lima v0.6.1. |
Using the default configuration, lima/nerdctl/containerd is freezing when I run a container with
-v
. Running the container without mapping a volume works fine, but as soon as I add the-v
flag, nerdctl freezes when trying to start it.To reproduce
brew install lima
limactl start
(using default configuration)lima nerdctl run --rm -it -v $PWD:/app alpine
~.
).Full logs
Relevant output from
lima ps auxf
:The text was updated successfully, but these errors were encountered: