Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[REQUEST] Support DOCKER_HOST etc #55

Closed
bjeanes opened this issue May 8, 2019 · 1 comment
Closed

[REQUEST] Support DOCKER_HOST etc #55

bjeanes opened this issue May 8, 2019 · 1 comment
Labels

Comments

@bjeanes
Copy link

bjeanes commented May 8, 2019

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?.
@mcncl
Copy link
Contributor

mcncl commented Sep 29, 2024

👋 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.

@mcncl mcncl closed this as not planned Won't fix, can't repro, duplicate, stale Sep 29, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants