mirror of https://github.com/zulip/zulip.git
setup-recommended: Make user choose `osxfs` earlier to avoid failure.
Since the docker macOS setup doesn't work without this, it makes sense for it to be just part of the setup instead of a thing they fix after running into failure.
This commit is contained in:
parent
330439a83b
commit
1728a2c057
|
@ -175,6 +175,7 @@ WSL 2 can be uninstalled by following [Microsoft's documentation][uninstall-wsl]
|
|||
|
||||
1. Install [Vagrant][vagrant-dl] (latest).
|
||||
2. Install [Docker Desktop](https://docs.docker.com/desktop/mac/install/) (latest).
|
||||
3. Open the Docker desktop app's settings panel, and choose `osxfs (legacy)` under "Choose file sharing implementation for your containers."
|
||||
:::
|
||||
|
||||
:::{tab-item} Ubuntu/Debian
|
||||
|
|
Loading…
Reference in New Issue