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
Because of crippling performance issues with Docker on macOS Mojave, I use dinghy to run Docker on macOS, which essentially runs it in a VM then mounts local directories over NFS into the VM. It's hacky, but it is about a 10x performance improvement in IO-heavy projects :(.
I'm not sure if there are inherent limitations that would make this impossible, but it'd be great if I could use bk in this context. Currently, I get the following bk local run error:
docker: Cannot connect to the Docker daemon at unix:///var/run/docker.sock. Is the docker daemon running?.
The text was updated successfully, but these errors were encountered:
👋 Thanks for raising the issue! We've shipped v3 which currently doesn't have a local run tool; as you've seen there are complexities around keeping it up to date. We're looking at alternatives to local run that may provide longevity and less maintenance.
Because of crippling performance issues with Docker on macOS Mojave, I use dinghy to run Docker on macOS, which essentially runs it in a VM then mounts local directories over NFS into the VM. It's hacky, but it is about a 10x performance improvement in IO-heavy projects :(.
I'm not sure if there are inherent limitations that would make this impossible, but it'd be great if I could use
bk
in this context. Currently, I get the followingbk local run
error:The text was updated successfully, but these errors were encountered: