Skip to content

Commit

Permalink
Add a warning message for Docker on MacOS (#3017)
Browse files Browse the repository at this point in the history
  • Loading branch information
jbonofre authored Aug 15, 2024
1 parent a3c2fb8 commit 8f8c46b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -292,6 +292,7 @@ do
;;

docker)
echo "NB: for Docker Desktop users on MacOS, the default file sharing implementation (VirtioFS) has issues with some operations. You should better use gRPC FUSE or osxfs."
if [[ $1 =~ ^--args ]]; then
DOCKER_RUN_XTRA_ARGS=$2
shift 2
Expand Down

0 comments on commit 8f8c46b

Please sign in to comment.