From 49e6d44c2fa10f4c35ad4ed68a01ac928e09d084 Mon Sep 17 00:00:00 2001 From: Simon Belbeoch Date: Thu, 15 Dec 2022 10:25:07 +0100 Subject: [PATCH] documentation(docker): upgrade docker documentation for macos Fix docker documentation to match to the new docker interface for macos --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index d247cc7..61b1b75 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -28,7 +28,7 @@ First, you need a Captain instance running in debug mode, this can be a remote s or your local machine itself. Needless to say, Docker is required (same minimum version as mentioned in README). Ubuntu is the best dev environment for CapRover. > Docker for Mac users: You need to add `/captain` to shared paths. -> To do so, click on the Docker icon -> Preferences -> File Sharing and add `/captain` +> To do so, click on the Docker icon -> Preferences -> Ressources -> File Sharing and add `/captain` > This is not possible in Catalina or above versions. You can try your luck by changing `CAPTAIN_BASE_DIRECTORY` in `src/utils/CaptainConstants.ts` and in `dev-scripts/dev-clean-run-as-dev.sh` but it might be best to develop in a linux VM for best results. Log in to your machine, clone the git repo and run the following lines: