-
Notifications
You must be signed in to change notification settings - Fork 4.9k
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
Mount with 9p not working on Arch with docker #14680
Comments
Do you have 9p fs enabled in your kernel ?
As previous issue, using docker --mount (at start) is preferred. |
Yes, all 9P kernel configs are enabled, most of them as modules. Modules were loaded too. |
Maybe it doesn't work to mount 9p, even from a privileged container ? Haven't tried it myself. |
Nope, must be something else. It mounted fine in Ubuntu.
|
Yes, I've just tested on clean Debian vm with 5.10 kernel, and it works fine. docker inspect output on my laptop:
|
Hi @gudn, is everything working now as expected? I will go ahead and close the issue but feel free to re-open the issue by commenting with Thank you for sharing your experience! |
Hello, I'd met with the same issue. Cluster was started with
minikube start
with default docker daemon. Then I'd triedminikube mount .:/app
Logs:
minikube_mount.log
logs.txt
Docker version output:
Minikube version:
Kernel version is 5.15.57-2-MANJARO
Originally posted by @gudn in #14325 (comment)
The text was updated successfully, but these errors were encountered: