-
Notifications
You must be signed in to change notification settings - Fork 118
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
M1 preview: disable "Use gRPC FUSE for file sharing" #5240
Comments
I'm surprised that it won't start with osxfs, that is not intentional (and shouldn't even make a difference until you start up a container that uses a bind mount). So we'll look into that. However, osxfs will not be supported long term. We can't maintain two solutions. |
I have the same. Docker will not start at all. Even after I clean everything. No images, no containers. Clean install. Will not start. |
This is a duplicate of #5147 (a month old). |
@stephen-turner is there something we can do to help debugging this? |
Thanks, but not at the moment. Please remember that the M1 build is an early preview. There's lots that isn't working yet. |
Is there a way to query via CLI for the gRPC FUSE setting being enabled/disabled? We're also hoping to turn it off and advise folks when it accidentally remains on/enabled. |
Not directly (see docker/roadmap#172), but you can check the settings.json. |
After migrating to Docker Desktop RC 1 it seems to work 🎉 https://docs.docker.com/docker-for-mac/apple-m1/ |
I think this is obsolete, I'm going to close it. If there are still startup issues, please open a new ticket with diagnostics. |
Closed issues are locked after 30 days of inactivity. If you have found a problem that seems similar to this, please open a new issue. Send feedback to Docker Community Slack channels #docker-for-mac or #docker-for-windows. |
At our company we are using docker for web development (mostly Symfony apps). We are now trying out a new M1 macbook (16 gb ram), and the M1 preview 7.
In our experience it turned out that the osxfs filesharing is quicker then the new experimental gPRC FUSE filesharing. I'm trying out to disable this feature but Docker won't start.
I have tried to clean / purge data, and also factory reset.
I know osxfs is legacy, but I'm not sure what the status is on this? Will this for example be a feature in the future? So that users can choose with filesharing they like?
Expected behavior
I expect docker to start when I disable gRPC FUSE for filesharing.
Actual behavior
Docker won't start.
Docker for Mac: M1 preview 7
The text was updated successfully, but these errors were encountered: