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

zillabase start behaves as if docker not running when docker is running #135

Open
jfallows opened this issue Nov 11, 2024 · 0 comments
Open
Labels
bug Something isn't working

Comments

@jfallows
Copy link
Contributor

Docker Desktop 4.35.0 creates and destroys a local file in home directory for unix socket communication.

~/.docker/run/docker.sock

However, some docker tooling such as docker-java library expects to find this file in /var/run/docker.sock.

This causes zillabase to behave as if docker is not running, because it cannot find /var/run/docker.sock even though docker is running.

Workaround

sudo ln -s -f $HOME/.docker/run/docker.sock /var/run/docker.sock
@jfallows jfallows added the bug Something isn't working label Nov 11, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant