You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The script is trying to mount/dev/log that doesn't exist on macOS. We should probably use /var/run/syslog.
Reproduction Steps
Run docker/test/run.sh mysql57 "make build" on macOS.
Operating system and Environment details
Operating system: macOS Catalina 10.15.1
Kernel version (output of uname -sr): Darwin 19.0.0
Architecture (output of uname -m): x86_64
Log Fragments
It's true that the shared paths are not configured in my setup but the path doesn't exist anyway:
Digest: sha256:80e92d26248c1bd55d7119da429242e3a6f71cadfbd187d1b71e3463713cf5e4
Status: Downloaded newer image for vitess/bootstrap:mysql57
docker: Error response from daemon: Mounts denied:
The path /dev/log
is not shared from OS X and is not known to Docker.
You can configure shared paths from Docker -> Preferences... -> File Sharing.
See https://docs.docker.com/docker-for-mac/osxfs/#namespaces for more info.
The text was updated successfully, but these errors were encountered:
Overview of the Issue
docker/test/run.sh
doesn't work on macOS.The script is trying to mount
/dev/log
that doesn't exist on macOS. We should probably use/var/run/syslog
.Reproduction Steps
Run
docker/test/run.sh mysql57 "make build"
on macOS.Operating system and Environment details
macOS Catalina 10.15.1
uname -sr
):Darwin 19.0.0
uname -m
):x86_64
Log Fragments
It's true that the shared paths are not configured in my setup but the path doesn't exist anyway:
The text was updated successfully, but these errors were encountered: