This is an automated email from the ASF dual-hosted git repository.
fokko pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/avro.git
The following commit(s) were added to refs/heads/main by this push:
new 8f8c46b84 Add a warning message for Docker on MacOS (#3017)
8f8c46b84 is described below
commit 8f8c46b84b20bb5d96c98cf3d964ce3c7a4fb883
Author: JB Onofré <[email protected]>
AuthorDate: Thu Aug 15 20:34:39 2024 +0200
Add a warning message for Docker on MacOS (#3017)
---
build.sh | 1 +
1 file changed, 1 insertion(+)
diff --git a/build.sh b/build.sh
index e65df4b46..0f31805a6 100755
--- a/build.sh
+++ b/build.sh
@@ -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